This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

tweaks

+1 -2
+1
src/components/Verifier/Verifier.css
··· 122 122 transition: all 0.3s ease; 123 123 font-family: inherit; /* Use main font */ 124 124 min-width: 200px; /* Ensure minimum width */ 125 + margin: 0px; 125 126 } 126 127 127 128 .verifier-input-field:hover,
-2
src/components/Verifier/Verifier.js
··· 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 - <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 - </div> 707 705 </div> 708 706 709 707 {statusMessage && (