mirror of
https://github.com/zadam/trilium.git
synced 2026-03-23 00:33:47 +01:00
15 lines
296 B
CSS
15 lines
296 B
CSS
.search-result-widget {
|
|
flex-grow: 100000;
|
|
flex-shrink: 100000;
|
|
contain: none !important;
|
|
}
|
|
|
|
.search-result-widget .note-list-wrapper {
|
|
margin-inline: var(--content-margin-inline);
|
|
}
|
|
|
|
.note-split.type-search .scrolling-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|