From cdcac5f7a399188fcfb3207f54ee60f7766edb9f Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 10 Jul 2019 11:37:28 +0300 Subject: [PATCH] Add notice about this file not working with html addons --- content/two_column_addons.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/two_column_addons.css b/content/two_column_addons.css index 24302c7..b8f6bbd 100644 --- a/content/two_column_addons.css +++ b/content/two_column_addons.css @@ -1,5 +1,7 @@ /* Show addons in two columns */ +/* This doesn't work for new html addons page available in Firefox 68 - use two_column_html_addons.css instead */ + @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @-moz-document url("about:addons"){ #list-view{ overflow: auto }