fenix-fox/chrome/urlbar_results_in_two_rows.css
2020-05-22 08:13:58 +03:00

12 lines
No EOL
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 }