alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tweaks
author
damedotblog
date
1 year ago
(Apr 22, 2025, 1:27 PM -0400)
commit
799a94b0
799a94b0c66e0abebe483d1902e61182581a0609
parent
28a87742
28a877422b5f8f713968df9df4ff83662ffcf042
+1
-2
2 changed files
Expand all
Collapse all
Unified
Split
src
components
Verifier
Verifier.css
Verifier.js
+1
src/components/Verifier/Verifier.css
Reviewed
···
122
122
transition: all 0.3s ease;
123
123
font-family: inherit; /* Use main font */
124
124
min-width: 200px; /* Ensure minimum width */
125
125
+
margin: 0px;
125
126
}
126
127
127
128
.verifier-input-field:hover,
-2
src/components/Verifier/Verifier.js
Reviewed
···
660
660
<div className="verifier-section">
661
661
<h2>Verify a Bluesky User</h2>
662
662
<p>Enter the handle of the user you want to verify (e.g., targetuser.bsky.social):</p>
663
663
-
<div className="verifier-input-container">
664
663
<form onSubmit={handleVerify} className="verifier-form-container" style={{ marginBottom: 0 }}>
665
664
<input
666
665
ref={inputRef}
···
703
702
)}
704
703
</ul>
705
704
)}
706
706
-
</div>
707
705
</div>
708
706
709
707
{statusMessage && (