diff --git a/src/public/app/widgets/note_tree.js b/src/public/app/widgets/note_tree.js index 1159d260e..b07e87cba 100644 --- a/src/public/app/widgets/note_tree.js +++ b/src/public/app/widgets/note_tree.js @@ -37,17 +37,27 @@ const TPL = ` padding-top: 5px; } + .tree-actions { + padding: 4px 0; + background-color: var(--launcher-pane-background-color); + z-index: 100; + position: absolute; + bottom: 0; + display: flex; + align-items: flex-end; + justify-content: flex-end; + right: 11.77px; + } + button.tree-floating-button { font-size: 1.5em; - padding: 2px; + padding: 5px; + margin-right: 5px; max-height: 34px; color: var(--launcher-pane-text-color); background-color: var(--button-background-color); border-radius: var(--button-border-radius); border: 1px solid transparent; - z-index: 100; - position: absolute; - bottom: 13px; } button.tree-floating-button:hover { @@ -80,16 +90,19 @@ const TPL = `
- +
+ + + + + +
- - -