mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-28 20:40:12 +02:00
web/Sidebar: fix bottom padding on desktop
This commit is contained in:
parent
302ff4ff29
commit
d649a00718
@ -68,7 +68,7 @@
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
padding: var(--sidebar-inner-padding);
|
||||
padding-bottom: calc(var(--sidebar-inner-padding) * 2);
|
||||
padding-bottom: var(--sidebar-tab-padding);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user