web/Sidebar: fix bottom padding on desktop

This commit is contained in:
wukko 2025-01-14 18:25:43 +06:00
parent 302ff4ff29
commit d649a00718
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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;
}