mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set width on the list view
This commit is contained in:
parent
2ba89256d2
commit
4c4f970a5d
1 changed files with 6 additions and 1 deletions
|
|
@ -63,14 +63,19 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
|
|||
<VStack
|
||||
css={{
|
||||
p: '20px',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
cursor: 'pointer',
|
||||
gap: '10px',
|
||||
border: '1px solid $grayBorder',
|
||||
borderBottom: 'none',
|
||||
width: '900px',
|
||||
|
||||
'@xxl': {
|
||||
width: '1200px',
|
||||
},
|
||||
|
||||
'@xlgDown': {
|
||||
width: 'unset',
|
||||
borderRadius: 'unset',
|
||||
borderLeft: 'unset',
|
||||
borderRight: 'unset',
|
||||
|
|
|
|||
Loading…
Reference in a new issue