We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279849d commit dc1c166Copy full SHA for dc1c166
src/browser/base/content/zen-styles/zen-compact-mode.css
@@ -312,6 +312,10 @@
312
position: relative !important;
313
}
314
315
+ & #urlbar {
316
+ opacity: 0;
317
+ }
318
+
319
@media (-moz-bool-pref: 'zen.view.compact.color-toolbar') {
320
background-attachment: fixed;
321
background: var(--zen-main-browser-background-toolbar);
@@ -346,8 +350,13 @@
346
350
mix-blend-mode: overlay;
347
351
348
352
349
- & #urlbar:not([zen-floating-urlbar='true']) {
353
354
+ opacity: 1;
355
356
357
+ & #urlbar[breakout-extend='true']:not([zen-floating-urlbar='true']) {
358
top: 2px !important;
359
360
361
362
0 commit comments