From c62e13573809f4bc048717ce38c1877194c2af8d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 17 Aug 2019 09:08:06 +0300 Subject: [PATCH] Add notice about using megabar pref instead --- chrome/urlbar_and_popup_equal_width.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/urlbar_and_popup_equal_width.css b/chrome/urlbar_and_popup_equal_width.css index ecb4bee..a4ec689 100644 --- a/chrome/urlbar_and_popup_equal_width.css +++ b/chrome/urlbar_and_popup_equal_width.css @@ -1,5 +1,6 @@ /* 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 }