We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Immersive Search
Transforms the look of the URL bar in your Zen Browser to have a dark and blurry background.
https://github.com/LucHermkens/immersive-search
https://i.imgur.com/yU1xKVa.png
#urlbar[open][zen-floating-urlbar="true"] { top: 50% !important; transform: translateX(calc(var(--zen-sidebar-width, 273px) / 2)) translateY(-50%) !important; } .browserContainer { will-change: filter; transition: filter 0.2s ease-out; } #zen-appcontent-wrapper:has(#urlbar[zen-floating-urlbar="true"]) .browserContainer { filter: blur(5px); } #tabbrowser-tabbox::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; user-select: none; pointer-events: none; border-radius: var(--zen-native-inner-radius); will-change: background-color; background-color: rgba(0, 0, 0, 0); transition: background-color 0.2s ease-out; } #zen-appcontent-wrapper:has(#urlbar[zen-floating-urlbar="true"]) #tabbrowser-tabbox::before { background-color: rgba(0, 0, 0, 0.5); }
# Immersive Search Transforms the look of the URL bar in your Zen Browser to have a dark and blurry background.
The text was updated successfully, but these errors were encountered:
Sorry about that! There was an error creating the theme. Please try again or contact the maintainers for help.
Traceback (most recent call last):
Sorry, something went wrong.
No branches or pull requests
Name
Immersive Search
Description
Transforms the look of the URL bar in your Zen Browser to have a dark and blurry background.
Homepage
https://github.com/LucHermkens/immersive-search
Image
https://i.imgur.com/yU1xKVa.png
Type
Theme Styles
Readme
# Immersive Search Transforms the look of the URL bar in your Zen Browser to have a dark and blurry background.
Preferences
The text was updated successfully, but these errors were encountered: