mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Centered URL Bar
This commit is contained in:
parent
566fda7f49
commit
b79e9abee9
4 changed files with 30 additions and 0 deletions
12
themes/47f79f01-094e-4e95-a646-df2eeb89912c/chrome.css
Normal file
12
themes/47f79f01-094e-4e95-a646-df2eeb89912c/chrome.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
.urlbar-input {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.urlbar-input[aria-expanded="false"] {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.urlbar-input[aria-expanded="true"] {
|
||||
text-align: match-parent !important;
|
||||
}
|
BIN
themes/47f79f01-094e-4e95-a646-df2eeb89912c/image.png
Normal file
BIN
themes/47f79f01-094e-4e95-a646-df2eeb89912c/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
4
themes/47f79f01-094e-4e95-a646-df2eeb89912c/readme.md
Normal file
4
themes/47f79f01-094e-4e95-a646-df2eeb89912c/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
# Centered URL Bar
|
||||
|
||||
Give your Zen Browser a sleek, balanced look by centering the URL bar text. This simple tweak enhances aesthetics and symmetry, creating a more refined browsing experience.
|
14
themes/47f79f01-094e-4e95-a646-df2eeb89912c/theme.json
Normal file
14
themes/47f79f01-094e-4e95-a646-df2eeb89912c/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "47f79f01-094e-4e95-a646-df2eeb89912c",
|
||||
"name": "Centered URL Bar",
|
||||
"description": "Give your Zen Browser a sleek, balanced look by centering the URL bar text.",
|
||||
"homepage": "https://github.com/SleepInfinity/centered-url-bar",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/47f79f01-094e-4e95-a646-df2eeb89912c/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/47f79f01-094e-4e95-a646-df2eeb89912c/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/47f79f01-094e-4e95-a646-df2eeb89912c/image.png",
|
||||
"author": "SleepInfinity",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-12",
|
||||
"updatedAt": "2025-03-12"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue