mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 06:49:02 +08:00
style: Adjust horizontal message layout display property
This commit is contained in:
parent
59cbb894ea
commit
040dcb836e
@ -202,7 +202,7 @@ const MessageWrapper = styled(Scrollbar)<MessageWrapperProps>`
|
|||||||
return props.$selected ? 'block' : 'none'
|
return props.$selected ? 'block' : 'none'
|
||||||
}
|
}
|
||||||
if (props.$layout === 'horizontal') {
|
if (props.$layout === 'horizontal') {
|
||||||
return 'inline-flex'
|
return 'inline-block'
|
||||||
}
|
}
|
||||||
return 'block'
|
return 'block'
|
||||||
}};
|
}};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user