mobile-config-firefox/chrome/urlbar_and_popup_equal_width.css
2019-08-17 09:08:06 +03:00

8 lines
No EOL
432 B
CSS

/* Constrains urlbar popup to urlbar width */
/* Firefox 70+ */
/* This functionality is now built in to Firefox, set browser.urlbar.megabar to true instead of using this stylesheet */
#urlbar-container{ transform: translateY(0); position: relative; z-index: 10 }
#nav-bar-customization-target{ overflow: visible !important }
#urlbar-results{ max-width: 100% !important; top: 100% !important; }
.urlbarView-row{ padding: 6px 0px; }