From 94eb19d87969e7a45129a1bdb5d03c6a2c16a7d8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 21 Feb 2026 18:59:13 +0200 Subject: [PATCH] feat(search): center no results vertically --- apps/client/src/widgets/search_result.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/widgets/search_result.css b/apps/client/src/widgets/search_result.css index 19b2537030..13acf04e9d 100644 --- a/apps/client/src/widgets/search_result.css +++ b/apps/client/src/widgets/search_result.css @@ -7,3 +7,8 @@ .search-result-widget .note-list { padding: 10px; } + +.note-split.type-search .scrolling-container { + display: flex; + flex-direction: column; +}