Top margin on library

This commit is contained in:
Jackson Harper 2023-06-09 18:47:24 +08:00
parent 14c94eb52c
commit 21f24c63a1

View file

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