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 collapsed key shrinking
handle.invalid
3 weeks ago
03fd5e72
0be47a68
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
components
json.tsx
+1
-1
src/components/json.tsx
···
189
189
<button
190
190
class="group/clip relative flex size-fit shrink-0 items-center gap-x-1 wrap-anywhere"
191
191
classList={{
192
192
-
"max-w-[40%] sm:max-w-[50%]": props.maxWidth !== undefined,
192
192
+
"max-w-[40%] sm:max-w-[50%]": props.maxWidth !== undefined && show(),
193
193
"text-indigo-500 hover:text-indigo-700 active:text-indigo-800 dark:text-indigo-400 dark:hover:text-indigo-300 dark:active:text-indigo-200":
194
194
!props.isIndex,
195
195
"text-violet-500 hover:text-violet-700 active:text-violet-800 dark:text-violet-400 dark:hover:text-violet-300 dark:active:text-violet-200":