atproto explorer

fix repo tab position

+3 -1
+3 -1
src/views/repo.tsx
··· 273 {error()} 274 </div> 275 </Show> 276 - <div class="dark:shadow-dark-800 dark:bg-dark-300 flex justify-between rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 px-2 py-1.5 text-sm shadow-xs dark:border-neutral-700"> 277 <Show when={!error()}> 278 <RepoTab tab="collections" label="Collections" icon="lucide--folder-open" /> 279 </Show>
··· 273 {error()} 274 </div> 275 </Show> 276 + <div 277 + class={`dark:shadow-dark-800 dark:bg-dark-300 flex ${error() ? "justify-around" : "justify-between"} rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 px-2 py-1.5 text-sm shadow-xs dark:border-neutral-700`} 278 + > 279 <Show when={!error()}> 280 <RepoTab tab="collections" label="Collections" icon="lucide--folder-open" /> 281 </Show>