mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Merge 9ffa467ace
into b36258a8c7
This commit is contained in:
commit
a9eac3c0c6
4 changed files with 80 additions and 0 deletions
62
themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/chrome.css
Normal file
62
themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/chrome.css
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
|
||||||
|
#zen-appcontent-navbar-container {
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#urlbar {
|
||||||
|
display: none;
|
||||||
|
opacity: 0;
|
||||||
|
height: 0;
|
||||||
|
padding: 4px !important;
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
#urlbar:is([breakout-extend][open], [open][usertyping][focused]) {
|
||||||
|
opacity: 100;
|
||||||
|
|
||||||
|
#urlbar-input {
|
||||||
|
font-size: 17px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
min-height: 40px !important;
|
||||||
|
|
||||||
|
.urlbar-input-container {
|
||||||
|
min-height: 40px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
z-index: 2;
|
||||||
|
position: fixed !important;
|
||||||
|
bottom: auto !important;
|
||||||
|
top: 30vh !important;
|
||||||
|
padding-left: 6px !important;
|
||||||
|
padding-right: 8px !important;
|
||||||
|
left: 35vw !important;
|
||||||
|
width: 30vw !important;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
content: "";
|
||||||
|
position: fixed;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
|
||||||
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#identity-box {
|
||||||
|
margin: auto 0;
|
||||||
|
height: 30px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.urlbar-go-button {
|
||||||
|
margin: auto 0;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/image.png
Normal file
BIN
themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
4
themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/readme.md
Normal file
4
themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
# Floating Search Mod for Zen Browser
|
||||||
|
Works best with `Compact Mode` with `Hide Top Bar` option.
|
||||||
|
Press `ctrl+l` to show search.
|
14
themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/theme.json
Normal file
14
themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "26839eca-2ed5-4ca4-85eb-468be8925aa9",
|
||||||
|
"name": "Floating Search",
|
||||||
|
"description": "A clean floating search activated using keyboard",
|
||||||
|
"homepage": "https://github.com/pokhrelashok/zen-floating-search",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/26839eca-2ed5-4ca4-85eb-468be8925aa9/image.png",
|
||||||
|
"author": "pokhrelashok",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2024-12-23",
|
||||||
|
"updatedAt": "2024-12-23"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue