mirror of
https://github.com/zadam/trilium.git
synced 2026-02-20 21:37:06 +01:00
10 lines
171 B
CSS
10 lines
171 B
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.note-list-widget.full-height,
|
|
.note-list-widget.full-height .note-list-widget-content {
|
|
height: unset !important;
|
|
} |