mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix rounded corners in list view on small screens
This commit is contained in:
parent
0ed8623e65
commit
b135e79297
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
|
|||
'@media (min-width: 1600px)': {
|
||||
width: '1200px',
|
||||
},
|
||||
'@media (max-width: 930px)': {
|
||||
borderRadius: '0px',
|
||||
},
|
||||
}}
|
||||
alignment="start"
|
||||
distribution="start"
|
||||
|
|
|
|||
Loading…
Reference in a new issue