Add theme: Smaller Compact Mode

This commit is contained in:
n7itro 2024-08-24 14:39:01 +00:00 committed by GitHub
parent d4b4e0265a
commit 116f7657a9
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/* 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 {
padding-top: 12.5vh !important;
height: 85vh !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -0,0 +1,8 @@
With this theme you can make the compact mode even more compact!
This theme makes two changes:
- It reduces the height of the tab sidebar while in compact mode
- It reduces the minimum width of the tab sidebar
This theme works well with the **Minimal Sidebar** theme

View file

@ -0,0 +1 @@
{"id": "5941aefd-67b0-453d-9b62-9071a31cbb0d", "name": "Smaller Compact Mode", "description": "Reduce the height of the compact sidebar!", "homepage": "https://github.com/n7itro/Zen-Themes", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/image.png", "author": "n7itro"}