Fixed opacity of #urlbar element is sometimes overwritten (closes https://github.com/zen-browser/desktop/issues/7454)

Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-04-08 18:26:01 +02:00
committed by GitHub
parent e90e4b27a3
commit dd6757be5b

View File

@@ -338,7 +338,7 @@
}
& #urlbar {
opacity: 0;
opacity: 0 !important;
}
@media -moz-pref('zen.view.compact.color-toolbar') {
@@ -376,7 +376,7 @@
}
& #urlbar {
opacity: 1;
opacity: 1 !important;
}
& #urlbar[breakout-extend='true']:not([zen-floating-urlbar='true']) {