Make the comment-box bigger on Micro.blog
I added the new reply option for micro.blog to my site. You can now reply with your micro.blog, Mastodon or Bluesky account. The default code made the reply box a bit small to my liking. Thanks to some CSS, I can make it bigger. Just add the below code to your CSS in the Design settings of your micro.blog. And change the parameters to your liking.
p.microblog_reply_textarea textarea {
height: 250px;
width: 100%;
transition: height 0.3s ease 0s;
box-sizing: border-box;
}
I haven’t deleted the Cusdis-option just yet. I think some people would rather leave a quick comment without the sign-in option for one the federated networks. But let’s see what happens! One more thing to know if you reply from Bluesky: Please make a new app password to sign in. Do not use your default password.
Please leave a comment here on this blog to let me know your preference. Would you sign in with your own account or keep it simpler?
Your thoughts?
Feel free to leave a comment, question or any other thought on this post. Or just leave a thumbs up!