mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
fix(message-group): revert grid layout to use min-width (#7830)
This commit is contained in:
parent
f8c221f51a
commit
ee4c4b16ec
@ -265,7 +265,7 @@ const GridContainer = styled(Scrollbar)<{ $count: number; $gridColumns: number }
|
||||
gap: 16px;
|
||||
&.horizontal {
|
||||
padding-bottom: 4px;
|
||||
grid-template-columns: repeat(${({ $count }) => $count}, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(${({ $count }) => $count}, minmax(420px, 1fr));
|
||||
overflow-x: auto;
|
||||
}
|
||||
&.fold,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user