Adjust no search results label.

This commit is contained in:
2026-05-26 04:49:28 +00:00
parent 7fa8ddad65
commit 8cb7ab5938
+2 -1
View File
@@ -1654,8 +1654,9 @@ async function handleOpenFolder(folderPath: string, explicitRootId?: string | nu
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-top: 5rem;
padding: 60px 20px; padding: 60px 20px;
color: var(--text-secondary); color: var(--text-secondary);
font-size: 1.1rem; font-size: 2rem;
} }
</style> </style>