mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Allow wider grid cards on smaller screens so there isnt a huge amount of margin
This commit is contained in:
parent
1067726a7a
commit
e4ae4a7e64
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
borderStyle: 'solid',
|
||||
borderColor: '$thBorderColor',
|
||||
cursor: 'pointer',
|
||||
'@smDown': {
|
||||
m: '15px',
|
||||
width: 'calc(100% - 30px)',
|
||||
},
|
||||
}}
|
||||
alignment="start"
|
||||
distribution="start"
|
||||
|
|
|
|||
Loading…
Reference in a new issue