mobile-config-firefox/chrome/compact_urlbar_megabar.css

13 lines
647 B
CSS
Raw Normal View History

2019-09-15 11:58:46 +02:00
/* Make urlbar megabar appear more compact */
/* Set the pref browser.urlbar.megabar to true */
#urlbar[breakout]{
2019-09-15 11:58:46 +02:00
margin-inline-start: 0px !important;
2019-10-11 13:51:19 +02:00
width: 100% !important;
left: 0 !important;
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
2019-09-15 11:58:46 +02:00
}
#urlbar[breakout]:not([open]){ bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; }
.urlbarView{ margin-inline: 0 !important; width: auto !important; }
2019-10-11 13:51:19 +02:00
.urlbarView-row{ padding-inline: 4px !important; }
#urlbar-background{ animation: none !important; }
#urlbar-input-container{ padding: 0 !important; height: 100% !important; }