fix: Vertically align icons in post listing

This commit is contained in:
Jay Sitter 2023-06-16 21:50:31 -04:00
parent 1242d8d426
commit ba3a565d2b

View file

@ -631,7 +631,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
const post = this.postView.post;
return (
<div className="d-flex justify-content-start flex-wrap text-muted font-weight-bold mb-1">
<div className="d-flex align-items-center justify-content-start flex-wrap text-muted font-weight-bold mb-1">
{this.commentsButton}
{canShare() && (
<button