this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

resize label search icon

Juliet 746c4603 9c103e78

+8 -4
+8 -4
src/views/labels.tsx
··· 66 66 URI Patterns (comma-separated) 67 67 </label> 68 68 </div> 69 - <div class="flex w-[22rem] items-center gap-x-2 sm:w-[24rem]"> 69 + <div class="flex w-[22rem] items-center gap-x-1 sm:w-[24rem]"> 70 70 <textarea 71 71 id="patterns" 72 72 name="patterns" ··· 80 80 <button 81 81 onclick={() => initQuery()} 82 82 type="submit" 83 - class="iconify lucide--search text-xl" 84 - ></button> 83 + class="flex items-center rounded-lg p-1 hover:bg-neutral-200 active:bg-neutral-200 dark:hover:bg-neutral-700 dark:active:bg-neutral-700" 84 + > 85 + <span class="iconify lucide--search text-lg"></span> 86 + </button> 85 87 </Show> 86 88 <Show when={response.loading}> 87 - <div class="iconify lucide--loader-circle animate-spin text-xl" /> 89 + <div class="m-1 flex items-center"> 90 + <span class="iconify lucide--loader-circle animate-spin text-lg"></span> 91 + </div> 88 92 </Show> 89 93 </div> 90 94 </div>