added calendar to the sidebar

This commit is contained in:
zadam
2021-07-05 14:46:20 +02:00
parent da0670188b
commit 3c8e267aad
5 changed files with 70 additions and 51 deletions

View File

@@ -7,8 +7,8 @@ const TPL = `
<div class="edited-notes-widget">
<style>
.edited-notes-widget .edited-note-line {
white-space: nowrap;
overflow-x: hidden;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
</style>