mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 06:26:31 +08:00
fix detail font size setting
This commit is contained in:
parent
a5764c269f
commit
7f2c859b94
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ const TPL = `
|
|||
.note-detail {
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
font-family: var(--detail-font-family);
|
||||
font-size: var(--detail-font-size);
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue