mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 09:46:25 +08:00
Add bottom border to note-book-header
This commit is contained in:
parent
56e8506cb9
commit
874b6c71a3
1 changed files with 2 additions and 0 deletions
|
@ -62,7 +62,9 @@ const TPL = `
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-book-header {
|
.note-book-header {
|
||||||
|
border-bottom: 1px solid var(--main-border-color);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
padding-bottom: .5rem;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue