From 43afbcf937cbd2e73f423fc07aeb86e38522b760 Mon Sep 17 00:00:00 2001 From: Cameron Redmore Date: Fri, 13 Dec 2024 19:59:47 +0000 Subject: [PATCH] Create sidebar-remove-bottom-buttons.css --- sidebar-remove-bottom-buttons.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sidebar-remove-bottom-buttons.css diff --git a/sidebar-remove-bottom-buttons.css b/sidebar-remove-bottom-buttons.css new file mode 100644 index 0000000..4dc584a --- /dev/null +++ b/sidebar-remove-bottom-buttons.css @@ -0,0 +1,4 @@ +/* Disable Bottom Buttons on Sidebar [[OPTIONAL - But no proper width if visible]] */ +.tools-and-extensions.actions-list { + display: none !important; +}