Goose-Nest / GT-RevertRebrand

GT theme to revert Discord's 2021 rebrand.
MIT License
107 stars 40 forks source link

Correct reactions. #20

Closed DorCoMaNdO closed 3 years ago

DorCoMaNdO commented 3 years ago

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.

CanadaHonk commented 3 years ago

There is always normally a transparent border, removing it likely will cause changes to appearence.

DorCoMaNdO commented 3 years ago

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.

CanadaHonk commented 3 years ago

Oh thanks, will merge.