Notes/src/views/sidebar.ejs

7 lines
394 B
Plaintext
Raw Normal View History

2019-08-19 23:02:19 +02:00
<div class="note-detail-sidebar" style="width: <%= sidebarWidthPercent %>%; min-width: <%= sidebarMinWidth %>px">
2019-07-21 10:17:08 +02: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-15 21:08:41 +02:00
<div class="note-detail-widget-container"></div>
2019-07-21 10:17:08 +02:00
</div>