mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 03:31:45 +08:00
style(next): tree actions toolbar: gracefully handle when the floating button overlaps with the tree item action buttons
This commit is contained in:
parent
0670c44c45
commit
87dcdcacc3
@ -522,8 +522,10 @@ div.quick-search .search-button.show {
|
||||
right: calc((var(--tree-actions-toolbar-collapsed-width) - var(--tree-actions-toolbar-expand-button-size)) / 2);
|
||||
width: var(--tree-actions-toolbar-expand-button-size);
|
||||
height: var(--tree-actions-toolbar-expand-button-size);
|
||||
box-shadow: 2px 2px 6px var(--left-pane-background-color);
|
||||
border-radius: 50%;
|
||||
background: var(--left-pane-item-action-button-background);
|
||||
backdrop-filter: blur(10px);
|
||||
color: var(--left-pane-item-action-button-color);
|
||||
font-family: boxicons;
|
||||
font-size: 18px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user