trilium/src/views/sidebar.ejs

7 lines
405 B
Plaintext
Raw Normal View History

<div class="note-detail-sidebar hide-toggle" style="width: <%= sidebarWidthPercent %>%; min-width: <%= sidebarMinWidth %>px">
2019-07-21 16:17:08 +08:00
<div style="text-align: center; margin-bottom: 10px;">
<button class="hide-sidebar-button" style="background: none; border: none;">hide sidebar <span class="bx bx-chevrons-right"></span></button>
2019-07-21 16:17:08 +08:00
</div>
2019-08-16 03:08:41 +08:00
<div class="note-detail-widget-container"></div>
2019-07-21 16:17:08 +08:00
</div>