fix: alignment fix of like icon

This commit is contained in:
Nishka Gosalia 2026-03-09 17:29:06 +05:30
parent 2aced82d81
commit 123c359766

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 {