Add theme: Remove Workspace icon

This commit is contained in:
FabiDev08 2024-11-04 11:12:02 +00:00 committed by GitHub
parent 3adf3fcc74
commit b78bfc13e2
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,4 @@
:root:not([customizing]) .zen-workspace-sidebar-icon {
display: none !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -0,0 +1,6 @@
Remove worspace icon
This mod for the Zen Browser removes the Worskspace icon from the sidebar.
https://github.com/FabiDev08/zen-browser-rm-worspace-icon/blob/main/README.md

View file

@ -0,0 +1,14 @@
{
"id": "dc170098-b28b-46c4-aec4-6b5f9d423878",
"name": "Remove Workspace icon",
"description": "This mod for the Zen Browser removes the Worskspace icon from the sidebar.",
"homepage": "https://github.com/FabiDev08/zen-browser-rm-worspace-icon",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dc170098-b28b-46c4-aec4-6b5f9d423878/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dc170098-b28b-46c4-aec4-6b5f9d423878/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dc170098-b28b-46c4-aec4-6b5f9d423878/image.png",
"author": "FabiDev08",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-11-04",
"updatedAt": "2024-11-04"
}