mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make the header solid on smaller screens
This commit is contained in:
parent
bd0a8095a0
commit
9f38110dfe
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ export function ReaderHeader(props: ReaderHeaderProps): JSX.Element {
|
|||
'@mdDown': {
|
||||
height: MOBILE_HEIGHT,
|
||||
pt: '0px',
|
||||
bg: '$grayBg',
|
||||
borderBottom: '1px solid #E1E1E1',
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue