mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
expand all children button
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
<div class="note-detail-book note-detail-component">
|
||||
<div class="btn-group floating-button" style="right: 10px; top: 20px;">
|
||||
<button type="button"
|
||||
class="book-zoom-in btn icon-button jam jam-search-plus"
|
||||
class="expand-children-button btn icon-button jam jam-arrows-v"
|
||||
title="Expand all children"></button>
|
||||
|
||||
<button type="button"
|
||||
class="book-zoom-in-button btn icon-button jam jam-search-plus"
|
||||
title="Zoom In"></button>
|
||||
|
||||
<button type="button"
|
||||
class="book-zoom-out btn icon-button jam jam-search-minus"
|
||||
class="book-zoom-out-button btn icon-button jam jam-search-minus"
|
||||
title="Zoom Out"></button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user