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