theme-store/themes/782c1dae-bada-4f90-b00f-446e5f6e8402/chrome.css
2024-08-20 01:42:07 +02:00

14 lines
359 B
CSS

/* Decrease the minimum width of the tab sidebar */
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
#navigator-toolbox {
--zen-navigation-toolbar-min-width: 115px !important;
}
}
/* Decrease the minimum height of tabs */
@media (-moz-bool-pref: "uc.sidebar.compact-tabs") {
.tabbrowser-tab {
--tab-min-width: 20px !important;
}
}