From 3908ea60f8860dfa71e3991678b06923a110720c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 5 Nov 2019 10:03:02 +0200 Subject: [PATCH] Fix some minor issues with description --- content/addon_manage_buttons_without_popup.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/addon_manage_buttons_without_popup.css b/content/addon_manage_buttons_without_popup.css index 207a489..4f882a3 100644 --- a/content/addon_manage_buttons_without_popup.css +++ b/content/addon_manage_buttons_without_popup.css @@ -5,7 +5,8 @@ .addon-card-message{ margin-bottom: 0px !important; margin-top: 0px !important; } .card.addon{ padding-bottom: 0px !important; } - addon-card .addon-card-collapsed{ display: grid !important; grid-template-areas: "ic con" "op op" } + addon-card .addon-card-collapsed{ display: grid !important; grid-template-areas: "ic con" "op op"; grid-template-columns: 48px auto } + addon-card .card-contents{ width: initial !important; white-space: initial !important; } .more-options-menu{ position: static !important; grid-area: op; margin: 0 !important; } .card-contents{ grid-area: con } @@ -20,7 +21,7 @@ .arrow, .more-options-button, - panel-item[action="expand"]{ display: none } + panel-item[action="expand"]{ display: none !important } div.list{ display: flex !important; flex-direction: row !important; } @@ -38,6 +39,7 @@ height: 30px !important; background-position: 50% !important; } + button[role="menuitem"] > label, link+button::after{ display: none !important; } */ } \ No newline at end of file