mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 00:02:28 +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 {
|
#left-pane .tree-actions {
|
||||||
right: 3px;
|
right: 3px;
|
||||||
bottom: 6px;
|
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 {
|
button.tree-floating-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user