mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
14 lines
366 B
CSS
14 lines
366 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.hide-tabbar") {
|
|
:root[zen-compact-mode="true"] #navigator-toolbox {
|
|
margin-top: 9.375vh !important;
|
|
height: 75vh !important;
|
|
}
|
|
}
|