mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +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 {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue