Set width on the list view

This commit is contained in:
Jackson Harper
2023-03-06 16:06:08 +08:00
parent 2ba89256d2
commit 4c4f970a5d

View File

@ -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',