Commit 3717d21d authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch '31595-emoji-btn' into 'master'

Fix emoji alignment

Closes #31595

See merge request !10993
parents b12d38b6 374e0391
...@@ -227,8 +227,8 @@ ...@@ -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);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment