mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-20 11:50:43 +00:00
chore: Update backdrop-filter blur value in zen-browser-shared.css
This commit is contained in:
@@ -849,12 +849,10 @@ panelmultiview {
|
||||
#urlbar:is([breakout][breakout-extend], [breakout][usertyping][focused]) {
|
||||
#urlbar-input {
|
||||
font-size: 16px !important;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
position: fixed !important;
|
||||
--urlbar-height: auto !important;
|
||||
bottom: auto !important;
|
||||
top: 20vh !important;
|
||||
padding-left: 6px !important;
|
||||
@@ -876,7 +874,7 @@ panelmultiview {
|
||||
left: 0px;
|
||||
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(5px);
|
||||
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user