thunderbird: enable tabs

This commit is contained in:
He4eT 2024-01-04 05:50:28 +01:00
commit ed8ead4fea

View file

@ -1,7 +1,6 @@
* {
box-shadow: none !important;
border-radius: 0 !important;
--selected-item-color: #9e9e9e !important;
--selected-item-text-color: #212121 !important;
--listbox-selected-bg: #9e9e9e !important;
@ -44,9 +43,21 @@
}
#tabs-toolbar {
display: none;
background: none !important;
padding: 0;
padding-inline: 3px;
}
.tab-line {
display: none;
.tab-line[selected="true"] {
background: none !important;
}
.tabmail-tab {
margin-bottom: 3px;
}
tabs > arrowscrollbox,
tabs > arrowscrollbox > * {
--tab-max-width: 200px;
}