lazy loading of note list

This commit is contained in:
zadam
2020-12-27 22:19:27 +01:00
parent 95760f1d28
commit 1d64129572
12 changed files with 125 additions and 124 deletions

View File

@@ -25,8 +25,6 @@ const TPL = `
<div class="note-detail">
<style>
.note-detail {
min-height: 0;
flex-grow: 1;
font-family: var(--detail-font-family);
font-size: var(--detail-font-size);
}