web/Sidebar: remove fixed width for tabs container

This commit is contained in:
wukko 2024-09-18 15:58:32 +06:00
parent c92cd6d21c
commit 521eb4b643
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -70,7 +70,6 @@
#sidebar-tabs {
height: 100%;
width: var(--sidebar-width);
justify-content: space-between;
padding: var(--sidebar-inner-padding);
padding-bottom: var(--border-radius);
@ -110,7 +109,6 @@
overflow-x: scroll;
padding-bottom: 0;
padding: var(--sidebar-inner-padding) 0;
width: unset;
height: fit-content;
}