mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-23 17:47:10 +01:00
web/Sidebar: fix bottom padding on desktop
This commit is contained in:
parent
302ff4ff29
commit
d649a00718
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: var(--sidebar-inner-padding);
|
padding: var(--sidebar-inner-padding);
|
||||||
padding-bottom: calc(var(--sidebar-inner-padding) * 2);
|
padding-bottom: var(--sidebar-tab-padding);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue