Make addons manager styles apply to about:addons

This commit is contained in:
MrOtherGuy
2021-02-22 05:24:52 +02:00
parent dac63f51a7
commit f9fc50e329
3 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@ See the above repository for updates as well as full license text. */
/* Show addon management buttons without opening popup */
@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){
@-moz-document url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"), url("about:addons"){
.addon-card-message{ margin-bottom: 0px !important; margin-top: 0px !important; }
.card.addon{ padding-bottom: 0px !important; }