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

9 lines
370 B
CSS

/* 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{ margin-inline-start: 24px; min-width: 95% }
.urlbarView-row[has-url]:not([type="switchtab"]) .urlbarView-title-separator{ display: none }