tangled
alpha
login
or
join now
ansxor.ca
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
fix padding on car explorer record link
handle.invalid
1 month ago
8b26f42b
5e49244f
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-2
1 changed file
expand all
collapse all
unified
split
src
views
car
explore.tsx
+2
-2
src/views/car/explore.tsx
···
570
570
571
571
return (
572
572
<HoverCard
573
573
-
class="flex w-full items-baseline gap-1 rounded px-1 py-0.5 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"
573
573
+
class="flex w-full items-baseline gap-1 rounded hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"
574
574
trigger={
575
575
<button
576
576
onClick={() => {
···
580
580
record: entry,
581
581
});
582
582
}}
583
583
-
class="flex w-full items-baseline gap-1 text-left"
583
583
+
class="flex w-full items-baseline gap-1 px-1 py-0.5"
584
584
>
585
585
<span class="max-w-full shrink-0 truncate text-sm text-blue-500 dark:text-blue-400">
586
586
{entry.key}