mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix padding on library list
This commit is contained in:
parent
daf822e398
commit
e95f3972be
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
|
|||
return (
|
||||
<VStack
|
||||
css={{
|
||||
p: '20px',
|
||||
px: '15px',
|
||||
py: '10px',
|
||||
height: '100%',
|
||||
cursor: 'pointer',
|
||||
gap: '10px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue