mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: NavBar Margin
This commit is contained in:
parent
2b5cea1b68
commit
afcc4ede20
4 changed files with 23 additions and 0 deletions
5
themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css
Normal file
5
themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
#nav-bar {
|
||||
margin-top: var(--zen-element-separation) !important;
|
||||
margin-bottom: var(--zen-element-separation) !important
|
||||
}
|
BIN
themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png
Normal file
BIN
themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
4
themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md
Normal file
4
themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
# NavBar Margin
|
||||
|
||||
Adds some top- and bottom-margin to the navbar so it doesn't look too tight.
|
14
themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/theme.json
Normal file
14
themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb",
|
||||
"name": "NavBar Margin",
|
||||
"description": "Adds some top- and bottom-margin to the navbar so it doesn't look too tight.",
|
||||
"homepage": "",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png",
|
||||
"author": "jusnim",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2024-12-03",
|
||||
"updatedAt": "2024-12-03"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue