mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 12:43:54 +02:00
14 lines
359 B
CSS
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;
|
|
}
|
|
}
|