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

13 lines
218 B
CSS
Raw Normal View History

2025-09-20 11:29:28 +03:00
.component.note-detail {
font-family: var(--detail-font-family);
font-size: var(--detail-font-size);
2025-09-20 11:29:28 +03:00
contain: none;
}
.note-detail.full-height {
height: 100%;
2025-09-20 11:29:28 +03:00
}
.note-detail > * {
contain: none;
}