Skip to content

Add Emoji Button not vertically centered

Summary

Add Emoji (awards) button is lower than expected

Steps to reproduce

  • Go to any Issue comment
  • add more than one emoj using award emoj

image

What is the current bug behavior?

The emoj is not vertically centered

image

What is the expected correct behavior?

The emoj should be vertically centered image

Relevant logs and/or screenshots

  • This is happening using Chrome on Mac os x but other browser might be involved

Possible fixes

I'm not able to locate where the css for this fix is located (even reading the documentation i guess is someone of theese files here) by the way the fix i saw live-editing is here:

image


.award-control .award-control-icon-positive,.award-control .award-control-icon-super-positive {
    position: absolute;
    left: 11px;
-   bottom:7px;
    opacity: 0;
    transition: opacity 100ms linear, transform 100ms linear;
}
Edited by Eric Eastwood