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; +}