Add theme: Hides workspace button

This commit is contained in:
BinaryQuantumSoul 2025-05-08 20:46:19 +00:00 committed by GitHub
parent 2e27bdad86
commit 0674e9611d
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#zen-current-workspace-indicator-container {
display: none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View file

@ -0,0 +1,2 @@
Hides annoying workspace button

View file

@ -0,0 +1,14 @@
{
"id": "d4fe003d-2cf2-44e6-8af0-5da99172f343",
"name": "Hides workspace button",
"description": "Hides annoying workspace button",
"homepage": "https://github.com/BinaryQuantumSoul/Zen-themes/tree/main/themes/hide-workspace-button",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d4fe003d-2cf2-44e6-8af0-5da99172f343/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d4fe003d-2cf2-44e6-8af0-5da99172f343/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d4fe003d-2cf2-44e6-8af0-5da99172f343/image.png",
"author": "BinaryQuantumSoul",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-08",
"updatedAt": "2025-05-08"
}