Create sidebar-remove-bottom-buttons.css

This commit is contained in:
Cameron Redmore 2024-12-13 19:59:47 +00:00 committed by GitHub
parent c87039a970
commit 43afbcf937
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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