mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
Merge pull request #3765 from meichthys/patch-5
Add bottom border to note-book-header
This commit is contained in:
commit
71afffaac1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue