Add theme: Remove workspace switcher

This commit is contained in:
treffendharm 2025-05-07 14:59:59 +00:00 committed by GitHub
parent 2e27bdad86
commit 24415f97dd
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"
}