From 8cb7ab5938fb7f3fb6527ea4540bfd1beed89fba Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Tue, 26 May 2026 04:49:28 +0000 Subject: [PATCH] Adjust no search results label. --- frontend/src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index bb173b0..97c1140 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1654,8 +1654,9 @@ async function handleOpenFolder(folderPath: string, explicitRootId?: string | nu display: flex; justify-content: center; align-items: center; + margin-top: 5rem; padding: 60px 20px; color: var(--text-secondary); - font-size: 1.1rem; + font-size: 2rem; }