mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
border around tree actions
This commit is contained in:
parent
33ab709209
commit
23e8e20d44
@ -34,7 +34,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hide-toggle" style="grid-area: tree-actions;">
|
<div class="hide-toggle" style="grid-area: tree-actions;">
|
||||||
<div style="display: flex; justify-content: space-evenly; padding: 10px;">
|
<div style="display: flex; justify-content: space-evenly; padding: 10px 0 10px 0; margin: 0 20px 0 20px; border: 1px solid #ccc;">
|
||||||
<a onclick="noteTree.createNewTopLevelNote()" title="Create new top level note" class="icon-action">
|
<a onclick="noteTree.createNewTopLevelNote()" title="Create new top level note" class="icon-action">
|
||||||
<img src="images/icons/file-plus.png" alt="Create new top level note"/>
|
<img src="images/icons/file-plus.png" alt="Create new top level note"/>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user