lots of shenanigans
This commit is contained in:
parent
7b40c2a507
commit
8c1c70df2b
334 changed files with 5328 additions and 7370 deletions
52
.config/firefox/chrome.bak/ShyFox/shy-floating-search.css
Normal file
52
.config/firefox/chrome.bak/ShyFox/shy-floating-search.css
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*== ShyFox Floating Search =========================================================================================================================
|
||||
|
||||
Cool floating search panel
|
||||
|
||||
|
||||
*/
|
||||
|
||||
/* about:config setting */
|
||||
@media not (-moz-bool-pref: "shyfox.disable.floating.search") {
|
||||
|
||||
/* styles for urlbar */
|
||||
#urlbar[breakout-extend]{
|
||||
|
||||
#urlbar-input {font-size: 23.5px !important;}
|
||||
#urlbar-input-container, .urlbar-input-container {height: 50px !important;}
|
||||
#urlbar-background {border-radius: var(--bigger-rounding) !important;}
|
||||
|
||||
#urlbar-input-container, .urlbar-input-container {
|
||||
& > :is(box, image){
|
||||
height: 28px !important;
|
||||
margin-block: calc((50px - 28px) / 4) !important;
|
||||
}
|
||||
}
|
||||
|
||||
position: fixed !important;
|
||||
z-index: 999999 !important;
|
||||
|
||||
bottom: auto !important;
|
||||
top: 20vh !important;
|
||||
|
||||
left: 18vw !important;
|
||||
right: 18vw !important;
|
||||
width: 64vw !important;
|
||||
|
||||
/* cool translucent background */
|
||||
&::backdrop{
|
||||
content: "";
|
||||
position: fixed;
|
||||
pointer-events: none;
|
||||
border-radius: var(--rounding);
|
||||
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
|
||||
background-color: color-mix(in srgb, var(--bg-col) 80%, transparent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue