trilium/src/views/sidebar.ejs

7 lines
394 B
Plaintext
Raw Normal View History

2019-08-20 05:02:19 +08:00
<div class="note-detail-sidebar" 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="jam jam-chevron-right"></span></button>
</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>