This commit is contained in:
Zen Release Bot 2025-06-25 14:16:53 -04:00 committed by GitHub
commit 40aeba6667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,6 @@
@media (-moz-bool-pref: "zen.tabs.vertical") {
#zen-current-workspace-indicator-container {
display: none;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -0,0 +1,14 @@
# Remove Workspace Switcher
This **Zen Mod** removes the workspace switcher from the UI.
## Features
- Hides the workspace switcher element.
## Installation
1. Download the latest release.
2. Follow the standard Zen Mod installation instructions.
## Source code
- https://github.com/treffendharm/remove-workspace-switcher

View file

@ -0,0 +1,14 @@
{
"id": "fd45cda5-a67c-4f47-86a5-597b84ec427f",
"name": "Remove workspace switcher",
"description": "Remove the top workspace switcher from the UI when using vertical tabs. This will provide a clean look.",
"homepage": "https://github.com/treffendharm/remove-workspace-switcher",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd45cda5-a67c-4f47-86a5-597b84ec427f/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd45cda5-a67c-4f47-86a5-597b84ec427f/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd45cda5-a67c-4f47-86a5-597b84ec427f/image.png",
"author": "treffendharm",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-07",
"updatedAt": "2025-05-07"
}