mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make list sizes closer to grid
This commit is contained in:
parent
421db1630a
commit
3a7e60e65e
1 changed files with 3 additions and 3 deletions
|
|
@ -74,13 +74,13 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
|
|||
width: `calc(100vw - ${LIBRARY_LEFT_MENU_WIDTH})`,
|
||||
},
|
||||
'@media (min-width: 930px)': {
|
||||
width: '640px',
|
||||
width: '580px',
|
||||
},
|
||||
'@media (min-width: 1280px)': {
|
||||
width: '1000px',
|
||||
width: '890px',
|
||||
},
|
||||
'@media (min-width: 1600px)': {
|
||||
width: '1340px',
|
||||
width: '1200px',
|
||||
},
|
||||
}}
|
||||
alignment="start"
|
||||
|
|
|
|||
Loading…
Reference in a new issue