mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
* [fix] tab bar overlapping clickable elements Fixes n7itro/Zen-Themes#8 * update version
15 lines
348 B
CSS
15 lines
348 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") {
|
|
#navigator-toolbox {
|
|
margin-top: 12.5vh !important;
|
|
height: 72.5vh !important;
|
|
}
|
|
}
|