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 tab spacing
handle.invalid
6 months ago
a0fd5d2d
d2c29be6
+2
-2
1 changed file
expand all
collapse all
unified
split
src
views
repo.tsx
+2
-2
src/views/repo.tsx
···
171
171
const RepoTab = (props: { tab: Tab; label: string; icon: string }) => (
172
172
<button
173
173
classList={{
174
174
-
"border-b-2 flex flex-1 items-center gap-1 py-1 justify-center": true,
174
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
265
-
<div class="flex text-sm">
265
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>