mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix BG
This commit is contained in:
parent
5f1d0e6343
commit
2262de65fd
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export function SmallHeaderLayout(props: DiscoverHeaderProps): JSX.Element {
|
|||
pt: '20px',
|
||||
pb: '10px',
|
||||
pl: '50px',
|
||||
bg: '$thReaderBg',
|
||||
bg: '$readerBg',
|
||||
'@md': {
|
||||
display: 'none',
|
||||
},
|
||||
|
|
@ -37,6 +37,7 @@ export function SmallHeaderLayout(props: DiscoverHeaderProps): JSX.Element {
|
|||
gap: '10px',
|
||||
width: '95vw',
|
||||
paddingBottom: '5px',
|
||||
bg: '$readerBg',
|
||||
overflow: 'scroll',
|
||||
'::-webkit-scrollbar': {
|
||||
display: 'none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue