atproto explorer

fix tab spacing

+2 -2
+2 -2
src/views/repo.tsx
··· 171 171 const RepoTab = (props: { tab: Tab; label: string; icon: string }) => ( 172 172 <button 173 173 classList={{ 174 - "border-b-2 flex flex-1 items-center gap-1 py-1 justify-center": true, 174 + "border-b-2 flex items-center gap-1 py-1": true, 175 175 "border-transparent hover:border-neutral-300 dark:hover:border-neutral-700": 176 176 tab() !== props.tab, 177 177 }} ··· 262 262 {error()} 263 263 </div> 264 264 </Show> 265 - <div class="flex text-sm"> 265 + <div class="flex justify-between text-sm"> 266 266 <Show when={!error()}> 267 267 <RepoTab tab="collections" label="Collections" icon="i-lucide-folder-open" /> 268 268 </Show>