mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Top margin on library
This commit is contained in:
parent
14c94eb52c
commit
21f24c63a1
1 changed files with 1 additions and 1 deletions
|
|
@ -1063,7 +1063,7 @@ function LibraryItems(props: LibraryItemsProps): JSX.Element {
|
|||
gridAutoRows: 'auto',
|
||||
borderRadius: '5px',
|
||||
gridGap: props.layout == 'LIST_LAYOUT' ? '0' : '20px',
|
||||
marginTop: '0px',
|
||||
marginTop: '10px',
|
||||
marginBottom: '0px',
|
||||
paddingTop: '0',
|
||||
paddingBottom: '0px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue