fenix-fox/chrome/urlbar_and_popup_equal_width.css

7 lines
311 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+ */
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; }