mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Hide Sidebar Toggle
This commit is contained in:
parent
48f6105fd9
commit
1ac142b822
4 changed files with 25 additions and 0 deletions
9
themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/chrome.css
Normal file
9
themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/chrome.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
#navigator-toolbox:not([zen-sidebar-expanded='true']) {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
:root:not([zen-sidebar-expanded='true']) #zen-sidebar-splitter {
|
||||
display: initial !important;
|
||||
pointer-events: none !important;
|
||||
}
|
BIN
themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/image.png
Normal file
BIN
themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
2
themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/readme.md
Normal file
2
themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Make the Toggle Sidebar's Width keyboard shortcut completely hide the sidebar.
|
14
themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/theme.json
Normal file
14
themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "3db4e48d-fe3d-46ec-8f1b-1ff92e781b61",
|
||||
"name": "Hide Sidebar Toggle",
|
||||
"description": "Make the Toggle Sidebar's Width keyboard shortcut completely hide the sidebar.",
|
||||
"homepage": "",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3db4e48d-fe3d-46ec-8f1b-1ff92e781b61/image.png",
|
||||
"author": "dillontkh",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-04-01",
|
||||
"updatedAt": "2025-04-01"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue