Hide the tree actions

This commit is contained in:
Adorian Doran 2024-11-27 00:39:02 +02:00
parent 180d0e9ef6
commit 3c8fbd91d0

View File

@ -256,6 +256,11 @@
* Left pane
*/
#left-pane .tree-actions {
/* TODO: relocate instead of hiding */
display: none;
}
#left-pane div.tree {
padding: 0 12px;
}