Merge pull request #1337 from jsit/fix/post-meta-vertical-align

fix: Vertically align icons in post listing
This commit is contained in:
SleeplessOne1917 2023-06-17 02:08:21 +00:00 committed by GitHub
commit 5bd1b85e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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