mirror of
https://github.com/zadam/trilium.git
synced 2025-01-10 01:00:43 +08:00
fix hide-toggle
This commit is contained in:
parent
bbf04209f0
commit
df93cb09da
1 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="tree" class="hide-toggle"></div>
|
<div id="tree"></div>
|
||||||
|
|
||||||
<div id="parent-list">
|
<div id="parent-list">
|
||||||
<p><strong>Note locations:</strong></p>
|
<p><strong>Note locations:</strong></p>
|
||||||
|
@ -77,8 +77,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hide-toggle" style="grid-area: title;">
|
<div style="grid-area: title;">
|
||||||
<div style="display: flex; align-items: center;">
|
<div class="hide-toggle" style="display: flex; align-items: center;">
|
||||||
<a title="Protect the note so that password will be required to view the note"
|
<a title="Protect the note so that password will be required to view the note"
|
||||||
class="icon-action"
|
class="icon-action"
|
||||||
id="protect-button"
|
id="protect-button"
|
||||||
|
|
Loading…
Reference in a new issue