mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
62 lines
946 B
CSS
62 lines
946 B
CSS
|
|
#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;
|
|
}
|
|
}
|