trilium/src/views/sidebar.ejs
2019-08-19 23:02:19 +02:00

7 lines
No EOL
394 B
Text

<div class="note-detail-sidebar" style="width: <%= sidebarWidthPercent %>%; min-width: <%= sidebarMinWidth %>px">
<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>
<div class="note-detail-widget-container"></div>
</div>