Skip to content

Commit 28e8cae

Browse files
committed
Add media query for deprecated URL bar behavior in compact mode
1 parent 735d6bf commit 28e8cae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/browser/base/content/zen-styles/zen-urlbar.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,9 @@ button.popup-notification-dropmarker {
375375
}
376376
}
377377
}
378+
379+
@media (-moz-bool-pref: 'zen.view.use-deprecated-urlbar') {
380+
#urlbar[open] {
381+
top: 0 !important;
382+
}
383+
}

0 commit comments

Comments
 (0)