mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Better Spacing
This commit is contained in:
parent
2a9820d3e9
commit
07214c3764
4 changed files with 46 additions and 0 deletions
25
themes/b44004bb-8465-47fb-9e20-0422ff321f0a/chrome.css
Normal file
25
themes/b44004bb-8465-47fb-9e20-0422ff321f0a/chrome.css
Normal 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;
|
||||||
|
}
|
BIN
themes/b44004bb-8465-47fb-9e20-0422ff321f0a/image.png
Normal file
BIN
themes/b44004bb-8465-47fb-9e20-0422ff321f0a/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
7
themes/b44004bb-8465-47fb-9e20-0422ff321f0a/readme.md
Normal file
7
themes/b44004bb-8465-47fb-9e20-0422ff321f0a/readme.md
Normal 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.
|
14
themes/b44004bb-8465-47fb-9e20-0422ff321f0a/theme.json
Normal file
14
themes/b44004bb-8465-47fb-9e20-0422ff321f0a/theme.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue