mirror of
https://github.com/zadam/trilium.git
synced 2025-11-27 02:54:25 +01:00
26 lines
511 B
CSS
26 lines
511 B
CSS
.note-list-widget {
|
|
min-height: 0;
|
|
max-width: var(--max-content-width); /* Inherited from .note-split */
|
|
overflow: auto;
|
|
contain: none !important;
|
|
}
|
|
|
|
.note-list-widget .note-list {
|
|
padding: 10px;
|
|
}
|
|
|
|
.note-list-widget.full-height,
|
|
.note-list-widget.full-height .note-list-widget-content {
|
|
height: 100%;
|
|
}
|
|
|
|
.note-list-widget video {
|
|
height: 100%;
|
|
}
|
|
|
|
/* #region Pagination */
|
|
.note-list-pager span.current-page {
|
|
text-decoration: underline;
|
|
font-weight: bold;
|
|
}
|
|
/* #endregion */ |