mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1099 from omnivore-app/fix/1091
Fix: 1091 - Add padding on the left of the menu
This commit is contained in:
commit
bd393119b8
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