mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Single Workspace Selector
This commit is contained in:
parent
cdccfde6b2
commit
d33497835a
4 changed files with 34 additions and 0 deletions
4
themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/chrome.css
Normal file
4
themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/chrome.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
#zen-current-workspace-indicator-container {
|
||||||
|
display: none !important;
|
||||||
|
}
|
BIN
themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/image.png
Normal file
BIN
themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
16
themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/readme.md
Normal file
16
themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/readme.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
# Singular Workspace Selector
|
||||||
|
|
||||||
|
A simple Zen Browser mod that removes the workspace selector displayed at the top of the tab list, creating a cleaner and more focused browsing experience.
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
This mod gives you back the space at the top of your tab list by removing the workspace selector. With the extra room, your sidebar looks more minimal and uncluttered, helping you focus on what actually matters—viewing your tabs.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Once installed, the workspace selector at the top of the tab list should be hidden automatically. To revert to the default view, remove the mod from the custom mods folder or disable it in Zen Browser’s settings.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the MIT License, a fully open source license. Refer to the [LICENSE](LICENSE) file for more details.
|
14
themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/theme.json
Normal file
14
themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "54b41c4d-68fc-4502-aaa8-ab87848722ca",
|
||||||
|
"name": "Single Workspace Selector",
|
||||||
|
"description": "Hides the workspace selector at the top of the sidebar, keeping just the one at the bottom.",
|
||||||
|
"homepage": "https://codeberg.org/ky/zen-singular-workspace-selector/",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/image.png",
|
||||||
|
"author": "miqo-te",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-03-06",
|
||||||
|
"updatedAt": "2025-03-06"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue