2025-08-30 15:11:49 +03:00
|
|
|
.note-list-widget {
|
|
|
|
|
min-height: 0;
|
2025-11-07 21:15:51 +02:00
|
|
|
max-width: var(--max-content-width); /* Inherited from .note-split */
|
2026-01-31 11:50:14 +02:00
|
|
|
|
2026-02-15 18:14:02 +02:00
|
|
|
overflow: visible;
|
2025-08-30 15:11:49 +03:00
|
|
|
contain: none !important;
|
2026-03-03 18:14:43 +02:00
|
|
|
clear: both;
|
2026-02-15 18:14:02 +02:00
|
|
|
|
|
|
|
|
&.full-height {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
2025-08-30 15:11:49 +03:00
|
|
|
}
|
|
|
|
|
|
2025-11-09 15:46:57 +02:00
|
|
|
body.prefers-centered-content .note-list-widget:not(.full-height) {
|
2025-11-07 21:19:11 +02:00
|
|
|
/* Horizontally center the widget in its parent when the "Keep content centered" option is on */
|
2025-11-07 21:15:51 +02:00
|
|
|
margin-inline: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-30 15:11:49 +03:00
|
|
|
.note-list-widget.full-height,
|
|
|
|
|
.note-list-widget.full-height .note-list-widget-content {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.note-list-widget video {
|
|
|
|
|
height: 100%;
|
2025-08-30 16:40:25 +03:00
|
|
|
}
|