mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Left menu logo position
This commit is contained in:
parent
032b28ba79
commit
86d961481c
2 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ export function LogoBox(): JSX.Element {
|
|||
'@md': {
|
||||
display: 'none',
|
||||
},
|
||||
lineHeight: '1',
|
||||
}}
|
||||
>
|
||||
<OmnivoreNameLogo color={theme.colors.thHighContrast.toString()} />
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@ export function LibraryFilterMenu(props: LibraryFilterMenuProps): JSX.Element {
|
|||
width: '100%',
|
||||
px: '25px',
|
||||
pb: '25px',
|
||||
pt: '4.5px',
|
||||
lineHeight: '1',
|
||||
}}
|
||||
>
|
||||
<LogoBox />
|
||||
|
|
|
|||
Loading…
Reference in a new issue