mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont show margin sizer on small screens that dont allow sizing margins
This commit is contained in:
parent
a104486602
commit
8b579064a4
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ export function ReaderSettings(props: ReaderSettingsProps): JSX.Element {
|
|||
pb: '14px',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
'@smDown': {
|
||||
display: 'none',
|
||||
},
|
||||
}}
|
||||
>
|
||||
<StyledText color={theme.colors.readerFontTransparent.toString()} css={{ pl: '12px', m: '0px', pt: '14px' }}>Margin:</StyledText>
|
||||
|
|
|
|||
Loading…
Reference in a new issue