Closed DorCoMaNdO closed 3 years ago
There is always normally a transparent border, removing it likely will cause changes to appearence.
There is always normally a transparent border, removing it likely will cause changes to appearence.
There wasn't one before the update, this is something I tested when I still had a client with the old css stylings running, with the changes I'm using reactions matched the appearance they had before the update, same size, same padding, same margin same everything, two things changed with the update which caused reactions to appear bigger, the change of reactionInner
padding from padding: 0 0.375rem;
to padding: 0.125rem 0.375rem
and the addition of the border, undoing both resulted the same size.
Oh thanks, will merge.
Corrects padding, removes incorrect margin adjustment (the 0.25rem that's still in used by latest Discord CSS is correct), removes reaction borders instead of hiding them, they didn't exist previously.