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

15 lines
418 B
CSS
Raw Normal View History

2025-09-20 11:29:28 +03:00
.component.note-detail {
max-width: var(--max-content-width); /* Inherited from .note-split */
font-family: var(--detail-font-family);
font-size: var(--detail-font-size);
2025-09-20 11:29:28 +03:00
contain: none;
}
body.prefers-centered-content .note-detail {
/* Horizontally center the widget in its parent when the "Keep content centered" option is on */
margin-inline: auto;
}
2025-09-20 11:29:28 +03:00
.note-detail > * {
contain: none;
}