mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Some library margin/padding improvements
This commit is contained in:
parent
0ecf1fc192
commit
326fd06f9b
1 changed files with 5 additions and 5 deletions
|
|
@ -1061,12 +1061,12 @@ function LibraryItems(props: LibraryItemsProps): JSX.Element {
|
|||
display: 'grid',
|
||||
width: '100%',
|
||||
gridAutoRows: 'auto',
|
||||
borderRadius: '8px',
|
||||
borderRadius: '5px',
|
||||
gridGap: props.layout == 'LIST_LAYOUT' ? '0' : '20px',
|
||||
marginTop: props.layout == 'LIST_LAYOUT' ? '21px' : '0',
|
||||
marginTop: '0px',
|
||||
marginBottom: '0px',
|
||||
paddingTop: props.layout == 'LIST_LAYOUT' ? '0' : '21px',
|
||||
paddingBottom: props.layout == 'LIST_LAYOUT' ? '0px' : '21px',
|
||||
paddingTop: '0',
|
||||
paddingBottom: '0px',
|
||||
overflow: 'hidden',
|
||||
'@xlgDown': {
|
||||
border: 'unset',
|
||||
|
|
@ -1105,7 +1105,7 @@ function LibraryItems(props: LibraryItemsProps): JSX.Element {
|
|||
outline: 'none',
|
||||
},
|
||||
'&> div': {
|
||||
bg: '$thBackground',
|
||||
bg: '$thBackground3',
|
||||
},
|
||||
'&:focus': {
|
||||
outline: 'none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue