fenix-fox/chrome/urlbar_and_popup_equal_width.css

8 lines
432 B
CSS
Raw Normal View History

2019-08-11 14:34:25 +02:00
/* Constrains urlbar popup to urlbar width */
2019-08-11 16:30:19 +02:00
/* Firefox 70+ */
/* This functionality is now built in to Firefox, set browser.urlbar.megabar to true instead of using this stylesheet */
2019-08-11 14:34:25 +02:00
#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; }