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

pull/761/head
Elian Doran 2024-12-11 21:40:17 +07:00
parent 92b639d7dc
commit 6f2b91f76e
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

@ -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 {