mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Hide Workspace Tab Margin
This commit is contained in:
parent
48f6105fd9
commit
0753c94753
4 changed files with 23 additions and 0 deletions
6
themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/chrome.css
Normal file
6
themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/chrome.css
Normal 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);
|
||||||
|
}
|
BIN
themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/image.png
Normal file
BIN
themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
3
themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/readme.md
Normal file
3
themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/readme.md
Normal 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`.
|
14
themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/theme.json
Normal file
14
themes/2865b347-9124-4c03-a1b6-606f0fd52c8a/theme.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue