Add theme: Better Spacing

This commit is contained in:
nalejandroveron 2025-03-20 18:33:21 +00:00 committed by GitHub
parent 2a9820d3e9
commit 07214c3764
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"
}