mirror of
https://github.com/zadam/trilium.git
synced 2026-01-15 11:04:30 +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;
|
|
} |