mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
9 lines
167 B
CSS
9 lines
167 B
CSS
|
|
.note-detail {
|
||
|
|
font-family: var(--detail-font-family);
|
||
|
|
font-size: var(--detail-font-size);
|
||
|
|
}
|
||
|
|
|
||
|
|
.note-detail.full-height {
|
||
|
|
contain: none;
|
||
|
|
height: 100%;
|
||
|
|
}
|