mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
style(next): explore showing tree actions on hover only
This commit is contained in:
parent
92b639d7dc
commit
6f2b91f76e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user