mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix: 1091 Added padding on the left menu
This commit is contained in:
parent
339be5304f
commit
e016da47de
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export function LibraryMenu(): JSX.Element {
|
|||
css={{
|
||||
width: '286px',
|
||||
minWidth: '286px',
|
||||
pl:'15px',
|
||||
height: 'calc(100% - 100px)',
|
||||
overflowY: 'auto',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue