mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Merge 432e136df3
into b36258a8c7
This commit is contained in:
commit
6def105d96
4 changed files with 40 additions and 0 deletions
15
themes/8ba54036-b6c9-4229-acdd-21b77944451e/chrome.css
Normal file
15
themes/8ba54036-b6c9-4229-acdd-21b77944451e/chrome.css
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
BIN
themes/8ba54036-b6c9-4229-acdd-21b77944451e/image.png
Normal file
BIN
themes/8ba54036-b6c9-4229-acdd-21b77944451e/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
11
themes/8ba54036-b6c9-4229-acdd-21b77944451e/readme.md
Normal file
11
themes/8ba54036-b6c9-4229-acdd-21b77944451e/readme.md
Normal 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.
|
||||
|
||||

|
14
themes/8ba54036-b6c9-4229-acdd-21b77944451e/theme.json
Normal file
14
themes/8ba54036-b6c9-4229-acdd-21b77944451e/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue