mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix detail font size setting
This commit is contained in:
parent
a5764c269f
commit
7f2c859b94
@ -24,6 +24,8 @@ const TPL = `
|
|||||||
.note-detail {
|
.note-detail {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
font-family: var(--detail-font-family);
|
||||||
|
font-size: var(--detail-font-size);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user