mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: True Compact Mode
This commit is contained in:
parent
cdccfde6b2
commit
02adeb6dc8
4 changed files with 24 additions and 0 deletions
6
themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/chrome.css
Normal file
6
themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/chrome.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
:root[zen-compact-mode="true"] {
|
||||
#navigator-toolbox {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
BIN
themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/image.png
Normal file
BIN
themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
4
themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/readme.md
Normal file
4
themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
A very simple mod that simply disables the zen sidebar completely while compact mode is enabled, as opposed to being able to open on hover.
|
||||
|
||||
When compact mode is enabled again, the normal sidebar pops back on screen.
|
14
themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/theme.json
Normal file
14
themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "5845ff93-e6b2-4551-99b0-d985ddd28de7",
|
||||
"name": "True Compact Mode",
|
||||
"description": "Completely disables the sidebar while in compact mode",
|
||||
"homepage": "",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5845ff93-e6b2-4551-99b0-d985ddd28de7/image.png",
|
||||
"author": "E-VanDeWoestyne",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-05",
|
||||
"updatedAt": "2025-03-05"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue