Listen to and share the music in the Atmosphere. musicsky.up.railway.app/
nextjs atproto music typescript react
3
fork

Configure Feed

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

fix: restore default padding on comment dialog textarea

Signed-off-by: mejsiejdev <mejsiejdev@gmail.com>

authored by

mejsiejdev and committed by tangled.org d1870cb2 0eba375d

+1 -1
+1 -1
apps/web/src/components/comment/comment-dialog.tsx
··· 223 223 placeholder="Write your reply" 224 224 aria-label={isReply ? "Reply to comment" : "Add a comment"} 225 225 disabled={pending} 226 - className="min-h-20 resize-none border-0 p-0 shadow-none focus-visible:ring-0" 226 + className="min-h-20 resize-none border-0 shadow-none focus-visible:ring-0" 227 227 autoFocus 228 228 /> 229 229 </CommentLayout>