Add theme: Centered Floating URL

This commit is contained in:
logicsec 2025-02-03 03:05:03 +00:00 committed by GitHub
parent 6c78fae0d3
commit 9db9cc25a7
4 changed files with 31 additions and 0 deletions

View 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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 KiB

View 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.

View 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"
}