fix: adjust command item left padding in search modal

This commit is contained in:
David Hill
2026-01-16 23:56:17 +00:00
parent ab705dacfa
commit f8f1f46a4f

View File

@@ -162,7 +162,7 @@ export function DialogSelectFile() {
</div>
}
>
<div class="w-full flex items-center justify-between gap-4 pl-3">
<div class="w-full flex items-center justify-between gap-4 pl-2">
<div class="flex items-center gap-2 min-w-0">
<span class="text-14-regular text-text-strong whitespace-nowrap">{item.title}</span>
<Show when={item.description}>