mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
15 lines
418 B
CSS
15 lines
418 B
CSS
.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);
|
|
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;
|
|
}
|
|
|
|
.note-detail > * {
|
|
contain: none;
|
|
} |