Add theme: Hide Workspace Tab Margin

This commit is contained in:
davidambler 2025-04-07 08:13:01 +00:00 committed by GitHub
parent 48f6105fd9
commit 0753c94753
4 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,6 @@
/* Fix to tab margins when `zen.workspaces.show-workspace-indicator`
is set to false */
#zen-tabs-wrapper {
margin-top: var(--zen-toolbox-padding);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View file

@ -0,0 +1,3 @@
# zen-hidden-workspace-tab-top-margin
Fix margin between tabs and essentials when `workspaces.show-workspace-indicator` config is `false`.

View file

@ -0,0 +1,14 @@
{
"id": "2865b347-9124-4c03-a1b6-606f0fd52c8a",
"name": "Hide Workspace Tab Margin",
"description": "Add margin between tabs and essentials when config is .",
"homepage": "https://github.com/davidambler/zen-hidden-workspace-tab-top-margin",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/image.png",
"author": "davidambler",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-04-07",
"updatedAt": "2025-04-07"
}