tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
fix icon font size
handle.invalid
5 months ago
8ae7a400
f204df26
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+3
-3
1 changed file
expand all
collapse all
unified
split
src
views
repo.tsx
+3
-3
src/views/repo.tsx
···
40
<A class="group flex justify-center" href={`/at://${params.repo}#${props.tab}`}>
41
<span
42
classList={{
43
-
"flex flex-1 border-b-2": true,
44
"border-transparent group-hover:border-neutral-400 dark:group-hover:border-neutral-600":
45
(location.hash !== `#${props.tab}` && !!location.hash) ||
46
(!location.hash && props.tab !== "collections"),
···
146
<Show when={repo()}>
147
<div class="flex w-full flex-col gap-2 break-words">
148
<div
149
-
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`}
150
>
151
-
<div class="flex gap-2 sm:gap-4">
152
<Show when={!error()}>
153
<RepoTab tab="collections" label="Collections" />
154
</Show>
···
40
<A class="group flex justify-center" href={`/at://${params.repo}#${props.tab}`}>
41
<span
42
classList={{
43
+
"flex flex-1 items-center border-b-2": true,
44
"border-transparent group-hover:border-neutral-400 dark:group-hover:border-neutral-600":
45
(location.hash !== `#${props.tab}` && !!location.hash) ||
46
(!location.hash && props.tab !== "collections"),
···
146
<Show when={repo()}>
147
<div class="flex w-full flex-col gap-2 break-words">
148
<div
149
+
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 shadow-xs dark:border-neutral-700`}
150
>
151
+
<div class="flex gap-2 text-sm sm:gap-4">
152
<Show when={!error()}>
153
<RepoTab tab="collections" label="Collections" />
154
</Show>