tangled
alpha
login
or
join now
bas.sh
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
fix no alt client classList condition
handle.invalid
1 month ago
496646c9
02a50f71
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
views
record.tsx
+1
-1
src/views/record.tsx
reviewed
···
483
483
class="flex p-1.5"
484
484
classList={{
485
485
"rounded-sm hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600":
486
486
-
!showAlternates(),
486
486
+
!bskyAlts().length,
487
487
"bg-neutral-50 rounded-t dark:bg-dark-300 hover:bg-neutral-200/50 active:bg-neutral-200 dark:hover:bg-neutral-700 dark:active:bg-neutral-600":
488
488
showAlternates() && bskyAlts().length > 0,
489
489
}}