mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 17:08:58 +01:00
16 lines
297 B
CSS
16 lines
297 B
CSS
.search-result-widget {
|
|
flex-grow: 100000;
|
|
flex-shrink: 100000;
|
|
min-height: 0;
|
|
overflow: auto;
|
|
contain: none !important;
|
|
}
|
|
|
|
.search-result-widget .note-list {
|
|
padding: 10px;
|
|
}
|
|
|
|
.search-no-results, .search-not-executed-yet {
|
|
margin: 20px;
|
|
padding: 20px !important;
|
|
} |