Merge branch '31595-emoji-btn' into 'master'
Fix emoji alignment Closes #31595 See merge request !10993
This commit is contained in:
commit
3717d21db1
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@
|
||||||
.award-control-icon-positive,
|
.award-control-icon-positive,
|
||||||
.award-control-icon-super-positive {
|
.award-control-icon-super-positive {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 7px;
|
left: 11px;
|
||||||
bottom: 9px;
|
bottom: 7px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@include transition(opacity, transform);
|
@include transition(opacity, transform);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue