Add bottom border to note-book-header

This commit is contained in:
MeIchthys 2023-03-24 11:29:16 -04:00 committed by GitHub
parent 56e8506cb9
commit 874b6c71a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,9 @@ const TPL = `
}
.note-book-header {
border-bottom: 1px solid var(--main-border-color);
margin-bottom: 0;
padding-bottom: .5rem;
word-break: break-all;
}