Merge pull request #1313 from zen-browser/create-theme-1312

Add theme: Better Spacing
This commit is contained in:
mr. m 2025-04-09 18:38:34 +02:00 committed by GitHub
commit be154a2ddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 46 additions and 0 deletions

View file

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -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.

View file

@ -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"
}