Merge pull request #37870 from nishkagosalia/liked-button-alignment-fix

fix: alignment fix of like icon
This commit is contained in:
Ejaaz Khan 2026-03-09 22:25:52 +05:30 committed by GitHub
commit 407c1a9b2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -571,12 +571,14 @@ body[data-route^="Form"] {
}
}
.liked-by {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
.form-stats-likes {
.liked-by {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
}
}
.liked-by-popover {