centering icons in note book vertically

This commit is contained in:
zadam
2023-06-22 23:34:05 +02:00
parent 176784834f
commit cb2b97635a
4 changed files with 10 additions and 3 deletions

View File

@@ -66,6 +66,10 @@ const TPL = `
padding-top: 10px;
}
.note-book-content .rendered-content {
height: 100%;
}
.note-book-header {
border-bottom: 1px solid var(--main-border-color);
margin-bottom: 0;