This commit is contained in:
mr. m 2025-06-26 16:35:39 +02:00 committed by GitHub
commit 6def105d96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,15 @@
:root[zen-single-toolbar="true"][zen-compact-mode="true"] {
& #zen-appcontent-navbar-container {
max-height: 0 !important;
overflow: hidden;
opacity: 0 !important;
pointer-events: none !important;
& #PersonalToolbar {
max-height: 0px;
min-height: 0px;
visibility: collapse;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,11 @@
# Bookmark Hide Compact
Hides bookmarks in Compact mode when using Single toolbar layout with zen.view.hide-window-controls set to false.
## Enable bookmarks in Single toolbar layout
- Go to `about:config`
- Search for `zen.view.hide-window-controls` and double click on it to set it to false.
![bookmark_hide_compact](https://github.com/user-attachments/assets/82022ac0-3881-49c5-8815-0be9e3f47c96)

View file

@ -0,0 +1,14 @@
{
"id": "8ba54036-b6c9-4229-acdd-21b77944451e",
"name": "Bookmark Hide Compact",
"description": "Hides bookmarks in Compact mode when using Single toolbar layout.",
"homepage": "https://github.com/Markusice/bookmark_hide_compact",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/8ba54036-b6c9-4229-acdd-21b77944451e/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/8ba54036-b6c9-4229-acdd-21b77944451e/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/8ba54036-b6c9-4229-acdd-21b77944451e/image.png",
"author": "Markusice",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-22",
"updatedAt": "2025-03-22"
}