feat(search): center no results vertically

This commit is contained in:
Elian Doran 2026-02-21 18:59:13 +02:00
parent d7b585230a
commit 94eb19d879
No known key found for this signature in database

View File

@ -7,3 +7,8 @@
.search-result-widget .note-list {
padding: 10px;
}
.note-split.type-search .scrolling-container {
display: flex;
flex-direction: column;
}