mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
note list renderer improvements, still WIP
This commit is contained in:
@@ -8,6 +8,8 @@ const TPL = `
|
||||
height: 100%;
|
||||
padding: 0 10px 10px 10px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.note-book-auto-message {
|
||||
@@ -19,8 +21,9 @@ const TPL = `
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.note-book-content {
|
||||
.note-detail-book-content {
|
||||
flex-grow: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user