diff --git a/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/chrome.css b/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/chrome.css new file mode 100644 index 00000000..375551d7 --- /dev/null +++ b/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/chrome.css @@ -0,0 +1,25 @@ + +:root:not([zen-single-toolbar="true"]) #nav-bar { + margin: 0.4rem 0; + margin-bottom: 0.4rem !important; +} + +:root:not([zen-single-toolbar="true"]):not([zen-compact-mode="true"]) #TabsToolbar-customization-target { + margin-top: 0.8rem; +} + +:root:not([zen-single-toolbar="true"]) #PersonalToolbar:not([collapsed="true"]) { + margin-bottom: 0.2rem; +} + +:root[zen-single-toolbar="true"] #PersonalToolbar:not([collapsed="true"]) { + margin: 0.2rem 0; +} + +:root:not([zen-compact-mode="true"])[zen-sidebar-expanded="true"] #zen-sidebar-bottom-buttons { + margin-bottom: 0.3rem; +} + +:root:not([zen-compact-mode="true"]):not([zen-sidebar-expanded="true"]) #zen-sidebar-bottom-buttons { + margin-bottom: 1rem; +} diff --git a/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/image.png b/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/image.png new file mode 100644 index 00000000..7130278d Binary files /dev/null and b/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/image.png differ diff --git a/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/readme.md b/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/readme.md new file mode 100644 index 00000000..47f56882 --- /dev/null +++ b/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/readme.md @@ -0,0 +1,7 @@ + +# Zen Better Spacing + +Let Zen breathe with this mod that adds the following changes: + +- More margin on the URL bar for two toolbars setting. +- Sidebar icons aligned with the browser window. diff --git a/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/theme.json b/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/theme.json new file mode 100644 index 00000000..43f760c3 --- /dev/null +++ b/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/theme.json @@ -0,0 +1,14 @@ +{ + "id": "b44004bb-8465-47fb-9e20-0422ff321f0a", + "name": "Better Spacing", + "description": "Let Zen breathe with more margin on the URL bar & icons aligned with the browser window", + "homepage": "https://github.com/nalejandroveron/zen-better-spacing", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b44004bb-8465-47fb-9e20-0422ff321f0a/image.png", + "author": "nalejandroveron", + "version": "1.0.0", + "tags": [], + "createdAt": "2025-03-20", + "updatedAt": "2025-03-20" +} \ No newline at end of file