From e2f52171944b75d1d09accfb64c4aefb0f27e156 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 7 Mar 2020 00:42:46 +0200 Subject: [PATCH] Don't hide plugin control buttons --- content/addon_manage_buttons_without_popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/content/addon_manage_buttons_without_popup.css b/content/addon_manage_buttons_without_popup.css index 19dd725..06b56c6 100644 --- a/content/addon_manage_buttons_without_popup.css +++ b/content/addon_manage_buttons_without_popup.css @@ -14,6 +14,7 @@ .card-contents{ grid-area: con } .card-heading-icon{ grid-area: ic } + plugin-options > panel-list, addon-options > panel-list{ position: static !important; display: flex !important;