mirror of
https://github.com/zadam/trilium.git
synced 2026-02-27 17:13:38 +01:00
15 lines
258 B
CSS
15 lines
258 B
CSS
.search-result-widget {
|
|
flex-grow: 100000;
|
|
flex-shrink: 100000;
|
|
contain: none !important;
|
|
}
|
|
|
|
.search-result-widget .note-list {
|
|
padding: 10px;
|
|
}
|
|
|
|
.note-split.type-search .scrolling-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|