mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Hide workspace icon
This commit is contained in:
parent
72dcd86bf2
commit
2267252ef3
4 changed files with 22 additions and 0 deletions
6
themes/bb146d39-8106-4c32-8fac-2c36fd39518d/chrome.css
Normal file
6
themes/bb146d39-8106-4c32-8fac-2c36fd39518d/chrome.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
@media not -moz-pref("zen.workspaces.show-workspace-indicator") {
|
||||
#zen-current-workspace-indicator-container {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
BIN
themes/bb146d39-8106-4c32-8fac-2c36fd39518d/image.png
Normal file
BIN
themes/bb146d39-8106-4c32-8fac-2c36fd39518d/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
2
themes/bb146d39-8106-4c32-8fac-2c36fd39518d/readme.md
Normal file
2
themes/bb146d39-8106-4c32-8fac-2c36fd39518d/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Simple zen mod to hide workspace logo at the top
|
14
themes/bb146d39-8106-4c32-8fac-2c36fd39518d/theme.json
Normal file
14
themes/bb146d39-8106-4c32-8fac-2c36fd39518d/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "bb146d39-8106-4c32-8fac-2c36fd39518d",
|
||||
"name": "Hide workspace icon",
|
||||
"description": "Zen mod to hide workspace icon",
|
||||
"homepage": "https://github.com/Rafi993/zen-hide-workspace-mod",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb146d39-8106-4c32-8fac-2c36fd39518d/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb146d39-8106-4c32-8fac-2c36fd39518d/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb146d39-8106-4c32-8fac-2c36fd39518d/image.png",
|
||||
"author": "Rafi993",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-05-19",
|
||||
"updatedAt": "2025-05-19"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue