this repo has no description

fix margin when filter input opened

handle.invalid e623d5e8 d9e250d0

verified
+4 -1
+4 -1
src/views/repo.tsx
··· 307 307 }} 308 308 /> 309 309 </Show> 310 - <div class="-mt-1 flex flex-col overflow-hidden text-sm"> 310 + <div 311 + class="flex flex-col overflow-hidden text-sm" 312 + classList={{ "-mt-1": !showFilter() }} 313 + > 311 314 <For 312 315 each={Object.keys(nsids() ?? {}).filter((authority) => 313 316 filter() ?