web/Sidebar: make bottom padding match the corner radius of the page

This commit is contained in:
wukko 2024-07-12 20:49:44 +06:00
parent ce740770bc
commit 151fdad047
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -62,10 +62,11 @@
#sidebar-tabs {
height: 100%;
justify-content: space-between;
overflow-y: scroll;
padding: var(--sidebar-inner-padding);
width: var(--sidebar-width);
justify-content: space-between;
padding: var(--sidebar-inner-padding);
padding-bottom: var(--border-radius);
overflow-y: scroll;
}
@media screen and (max-width: 535px) {