style(next): explore showing tree actions on hover only

This commit is contained in:
Elian Doran 2024-12-11 21:40:17 +02:00
parent 92b639d7dc
commit 6f2b91f76e
No known key found for this signature in database

View File

@ -348,6 +348,12 @@ div.quick-search .search-button.show {
#left-pane .tree-actions {
right: 3px;
bottom: 6px;
transform: translateY(200%) !important;
transition: transform 250ms ease-in-out;
}
#left-pane:hover .tree-actions {
transform: translateY(0) !important;
}
button.tree-floating-button {