2020-05-22 05:13:58 +00:00
|
|
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/compact_urlbar_megabar.css made available under Mozilla Public License v. 2.0
|
|
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
|
2020-06-03 13:19:07 +00:00
|
|
|
/* Make urlbar appear more compact */
|
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-06-03 13:19:07 +00:00
|
|
|
.urlbarView-row{ padding: 0 2px !important; }
|
|
|
|
.urlbarView-row-inner{ padding-inline-start: 4px !important; }
|
2019-10-11 11:51:19 +00:00
|
|
|
#urlbar-background{ animation: none !important; }
|
2020-04-10 17:47:35 +00:00
|
|
|
#urlbar-input-container{ padding: 0 !important; height: 100% !important; }
|
2020-10-21 16:30:54 +00:00
|
|
|
#identity-icon{ margin-block: var(--urlbar-icon-padding) }
|
2020-06-09 13:16:21 +00:00
|
|
|
.urlbarView > .search-one-offs:not([hidden]){ padding-block: 0px !important; }
|