Files
Trilium/apps/client/src/widgets/NoteDetail.css

9 lines
167 B
CSS
Raw Normal View History

.note-detail {
font-family: var(--detail-font-family);
font-size: var(--detail-font-size);
}
.note-detail.full-height {
contain: none;
height: 100%;
}