web/Sidebar: remove duplicate padding in css

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

View file

@ -63,7 +63,6 @@
#sidebar-tabs { #sidebar-tabs {
height: 100%; height: 100%;
justify-content: space-between; justify-content: space-between;
padding-bottom: var(--padding);
overflow-y: scroll; overflow-y: scroll;
padding: var(--sidebar-inner-padding); padding: var(--sidebar-inner-padding);
width: var(--sidebar-width); width: var(--sidebar-width);