You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Decrease the minimum width of the tab sidebar */@media (-moz-bool-pref:"uc.sidebar.compact-min-width") and (-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;
}
}
Readme
This theme contains a few small tweaks for making the tab sidebar more compact:
- Reduce the minimum width of the sidebar while expanded
- Reduce the height of tabs
Each of these settings can be enabled individually by changing the configuration in the settings page.
Feel free to suggest more features for this theme.
Preferences
{
"uc.sidebar.compact-min-width": "Decrease the minimum width of the tab sidebar",
"uc.sidebar.compact-tabs": "Decrease the height of tabs"
}
The text was updated successfully, but these errors were encountered:
Name
Compact Sidebar
Description
Allow the tab sidebar to take up less space!
Homepage
https://github.com/n7itro/Zen-Themes/
Image
https://i.imgur.com/adYfkN0.png
Theme Styles
Readme
Preferences
The text was updated successfully, but these errors were encountered: