You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firefox-csshacks/chrome/urlbar_results_in_two_rows.css

12 lines
577 B
CSS

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/urlbar_results_in_two_rows.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Show urlbar rersults on two lines */
/* Firefox 71+ with megabar only */
.urlbarView-row-inner{ flex-wrap: wrap !important; }
.urlbarView-title[title]{ flex-grow: 1; }
.urlbarView-row > .urlbarView-row-inner > .urlbarView-url{ min-width: 95% }
.urlbarView-row[has-url]:not([type="switchtab"]) .urlbarView-title-separator{ display: none }