4 lines
154 B
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;
|
|
}
|