tangled
alpha
login
or
join now
mary.my.id
/
boat
22
fork
atom
handy online tools for AT Protocol
boat.kelinci.net
atproto
bluesky
atcute
typescript
solidjs
22
fork
atom
overview
issues
pulls
pipelines
fix: ui alignment
mary.my.id
1 year ago
8b0b04fd
2fa56343
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
views
identity
plc-oplogs.tsx
+1
-1
src/views/identity/plc-oplogs.tsx
···
354
354
title="Copy to clipboard"
355
355
onClick={copy}
356
356
class={
357
357
-
`grid h-6 w-6 place-items-center rounded text-base` +
357
357
+
`grid h-5 w-5 place-items-center rounded text-base` +
358
358
(!copied()
359
359
? ` text-gray-600 hover:bg-gray-200 hover:text-black active:bg-gray-200`
360
360
: ` bg-green-600 text-white`)