this repo has no description
0
fork

Configure Feed

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

adjust repo navbar gap

Juliet d9e250d0 c54cfd20

+2 -2
+2 -2
src/views/repo.tsx
··· 180 180 181 181 return ( 182 182 <Show when={repo()}> 183 - <div class="flex w-full flex-col gap-2 wrap-break-word"> 183 + <div class="flex w-full flex-col gap-3 wrap-break-word"> 184 184 <div 185 185 class={`dark:shadow-dark-700 dark:bg-dark-300 flex justify-between rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 p-2 text-sm shadow-xs dark:border-neutral-700`} 186 186 > ··· 307 307 }} 308 308 /> 309 309 </Show> 310 - <div class="flex flex-col overflow-hidden text-sm"> 310 + <div class="-mt-1 flex flex-col overflow-hidden text-sm"> 311 311 <For 312 312 each={Object.keys(nsids() ?? {}).filter((authority) => 313 313 filter() ?