mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Better breakpoints for the logo box on the reader
This commit is contained in:
parent
79902364ae
commit
170121bbd2
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ export function ReaderHeader(props: ReaderHeaderProps): JSX.Element {
|
|||
bg: 'transparent',
|
||||
pt: '35px',
|
||||
borderBottom: '1px solid transparent',
|
||||
'@lgDown': {
|
||||
'@xlgDown': {
|
||||
height: LIBRARY_HEADER_MOBILE_HEIGHT,
|
||||
pt: '0px',
|
||||
bg: '$thBackground3',
|
||||
|
|
@ -82,7 +82,7 @@ function ControlButtonBox(props: ReaderHeaderProps): JSX.Element {
|
|||
distribution="end"
|
||||
css={{
|
||||
marginLeft: 'auto',
|
||||
marginRight: '45px',
|
||||
marginRight: '25px',
|
||||
width: '100px',
|
||||
height: '100%',
|
||||
gap: '20px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue