mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Smaller Compact Mode
This commit is contained in:
parent
d4b4e0265a
commit
116f7657a9
4 changed files with 24 additions and 0 deletions
15
themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css
Normal file
15
themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css
Normal 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;
|
||||
}
|
||||
}
|
BIN
themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/image.png
Normal file
BIN
themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
8
themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md
Normal file
8
themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md
Normal 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
|
1
themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json
Normal file
1
themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue