mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/Sidebar: remove fixed width for tabs container
This commit is contained in:
parent
c92cd6d21c
commit
521eb4b643
1 changed files with 0 additions and 2 deletions
|
@ -70,7 +70,6 @@
|
||||||
|
|
||||||
#sidebar-tabs {
|
#sidebar-tabs {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: var(--sidebar-width);
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: var(--sidebar-inner-padding);
|
padding: var(--sidebar-inner-padding);
|
||||||
padding-bottom: var(--border-radius);
|
padding-bottom: var(--border-radius);
|
||||||
|
@ -110,7 +109,6 @@
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
padding: var(--sidebar-inner-padding) 0;
|
padding: var(--sidebar-inner-padding) 0;
|
||||||
width: unset;
|
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue