atmosphere explorer
0
fork

Configure Feed

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

fix repo tab border

Juliet e47c5536 85ea038b

+3 -3
+3 -3
src/views/repo.tsx
··· 61 61 tab: "collections" | "backlinks" | "identity" | "blobs" | "logs"; 62 62 label: string; 63 63 }) => ( 64 - <A class="group flex justify-center" href={`/at://${params.repo}#${props.tab}`}> 64 + <A class="flex items-center" href={`/at://${params.repo}#${props.tab}`}> 65 65 <span 66 66 classList={{ 67 - "flex flex-1 items-center border-b-2": true, 68 - "border-transparent group-hover:border-neutral-400 dark:group-hover:border-neutral-600": 67 + "flex items-center border-b-2": true, 68 + "border-transparent hover:border-neutral-400 dark:hover:border-neutral-600": 69 69 (location.hash !== `#${props.tab}` && !!location.hash) || 70 70 (!location.hash && 71 71 ((!error() && props.tab !== "collections") ||