top-gg / issues

Report bugs related to Top.gg. For feature requests: https://feedback.top.gg
35 stars 13 forks source link

[DSL] rectangle emojis move on hover #86

Closed advaith1 closed 6 years ago

advaith1 commented 6 years ago

Expected Behavior

when you hover over an emoji that isnt a square, it doesnt move

Observed Behavior

it does move

Applicable Links or Attachments

no hover hover

Steps to Reproduce

  1. go to a server with emojis that arent exactly square images
  2. hover over one of those emojis

Web Browser and Version

Google Chrome Version 69.0.3486.0 (and earlier versions)

Operating System and Version

macOS High Sierra Version 10.13.5 (17F77)

Screen Resolution

5120 x 2880

Additional Information/Comments

Adding this css to gifEmote fixed it

    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
Chew commented 6 years ago

Possible duplicate of https://github.com/DiscordBotList/issues/issues/75

Oliyy commented 6 years ago

Duplicate of #75