mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Centered Floating URL
This commit is contained in:
parent
6c78fae0d3
commit
9db9cc25a7
4 changed files with 31 additions and 0 deletions
7
themes/e5070c2a-8db4-4431-88a6-9d019b46f548/chrome.css
Normal file
7
themes/e5070c2a-8db4-4431-88a6-9d019b46f548/chrome.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
#urlbar[open][zen-floating-urlbar='true'] {
|
||||
position: absolute !important;
|
||||
top: 50% !important;
|
||||
left: 50% !important;
|
||||
transform: translate(-50%, -50%) !important;
|
||||
}
|
BIN
themes/e5070c2a-8db4-4431-88a6-9d019b46f548/image.png
Normal file
BIN
themes/e5070c2a-8db4-4431-88a6-9d019b46f548/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 700 KiB |
10
themes/e5070c2a-8db4-4431-88a6-9d019b46f548/readme.md
Normal file
10
themes/e5070c2a-8db4-4431-88a6-9d019b46f548/readme.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
Zen Centered Floating URL Bar
|
||||
|
||||
This mod centers the URL bar (similar to the style seen in browsers like Arc) when it is in the "open" state and the custom attribute zen-floating-urlbar is set to "true". This gives your URL bar a clean, focused, and modern look.
|
||||
|
||||
Features
|
||||
|
||||
Centered URL Bar: Positions the URL bar in the center of the screen.
|
||||
Conditional Activation: Activates only when the URL bar is open and the custom attribute is enabled.
|
||||
Customizable: Easy to tweak for additional styling or behavior.
|
14
themes/e5070c2a-8db4-4431-88a6-9d019b46f548/theme.json
Normal file
14
themes/e5070c2a-8db4-4431-88a6-9d019b46f548/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "e5070c2a-8db4-4431-88a6-9d019b46f548",
|
||||
"name": "Centered Floating URL",
|
||||
"description": "Mod that centers the URL bar",
|
||||
"homepage": "",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e5070c2a-8db4-4431-88a6-9d019b46f548/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e5070c2a-8db4-4431-88a6-9d019b46f548/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e5070c2a-8db4-4431-88a6-9d019b46f548/image.png",
|
||||
"author": "logicsec",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-02-03",
|
||||
"updatedAt": "2025-02-03"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue