Add theme: True Compact Mode

This commit is contained in:
E-VanDeWoestyne 2025-03-05 20:05:02 +00:00 committed by GitHub
parent cdccfde6b2
commit 02adeb6dc8
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
:root[zen-compact-mode="true"] {
#navigator-toolbox {
display: none !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View 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.

View 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"
}