Merge pull request #1099 from omnivore-app/fix/1091

Fix: 1091 - Add padding on the left of the menu
This commit is contained in:
Jackson Harper 2022-08-19 13:25:22 +08:00 committed by GitHub
commit bd393119b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ export function LibraryMenu(): JSX.Element {
css={{
width: '286px',
minWidth: '286px',
pl:'15px',
height: 'calc(100% - 100px)',
overflowY: 'auto',
}}