firefox-userchrome/sidebar-remove-bottom-buttons.css

4 lines
154 B
CSS

/* Disable Bottom Buttons on Sidebar [[OPTIONAL - But no proper width if visible]] */
.tools-and-extensions.actions-list {
display: none !important;
}