Преглед изворни кода

fix: command pallete file list item spacing

David Hill пре 1 месец
родитељ
комит
53227bfc2a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/app/src/components/dialog-select-file.tsx

+ 1 - 1
packages/app/src/components/dialog-select-file.tsx

@@ -149,7 +149,7 @@ export function DialogSelectFile() {
           <Show
           <Show
             when={item.type === "command"}
             when={item.type === "command"}
             fallback={
             fallback={
-              <div class="w-full flex items-center justify-between rounded-md">
+              <div class="w-full flex items-center justify-between rounded-md pl-1">
                 <div class="flex items-center gap-x-3 grow min-w-0">
                 <div class="flex items-center gap-x-3 grow min-w-0">
                   <FileIcon node={{ path: item.path ?? "", type: "file" }} class="shrink-0 size-4" />
                   <FileIcon node={{ path: item.path ?? "", type: "file" }} class="shrink-0 size-4" />
                   <div class="flex items-center text-14-regular">
                   <div class="flex items-center text-14-regular">