theme-store/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css
nitro e0450b6248
[fix] Smaller Compact Sidebar (#449)
* fix sidebar centering

* fix pref

* fix pref 2
2024-09-25 18:01:49 +02:00

14 lines
360 B
CSS

/* Reduce width */
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
#navigator-toolbox {
--zen-navigation-toolbar-min-width: 100px !important;
}
}
/* Reduced height */
@media (-moz-bool-pref: "zen.view.compact") and (-moz-bool-pref: "zen.view.compact.hide-tabbar") {
#navigator-toolbox {
height: 75vh !important;
}
}