add top margin to web library list on narrow screens

This commit is contained in:
Satindar Dhillon
2022-04-06 13:43:41 -07:00
parent eba8b53a0a
commit 5711df8459

View File

@ -560,7 +560,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
'@smDown': {
border: 'unset',
width: layout == 'LIST_LAYOUT' ? '100vw' : undefined,
margin: layout == 'LIST_LAYOUT' ? '0 -16px' : undefined,
margin: layout == 'LIST_LAYOUT' ? '16px -16px' : undefined,
borderRadius: layout == 'LIST_LAYOUT' ? 0 : undefined,
},
'@md': {