fix: alignment fix of like icon
This commit is contained in:
parent
2aced82d81
commit
123c359766
1 changed files with 8 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue