Penguin-Spy / powercord-ppl-moe

A Replugged plugin that displays a user's ppl.moe profile as a new tab in the user's modal
GNU General Public License v3.0
8 stars 1 forks source link

Discord has changed ordering in the chat for usernames/timestamps, leading to awkward placement of pronouns. #8

Closed SmolAlli closed 2 years ago

SmolAlli commented 2 years ago

Describe the bug Discord has changed ordering in the chat for usernames/timestamps, leading to awkward placement of pronouns. See images below Expected: image Actual: image

To Reproduce Steps to reproduce the behavior:

  1. Look at a person in chat who has a pronoun added to their name.

Other I made a temporary fix via CSS, it makes the header area flex and then orders the elements. Will probably mess up the order of other elements if there is something else that adds into the chat.

.cozy-VmLDNB .header-2jRmjb { display: flex; }
.header-2jRmjb .headerText-2z4IhQ { order: 0; }
.header-2jRmjb  .ppl-moe-pronouns { order: 2; }
.header-2jRmjb  .timestamp-p1Df1m.timestampInline-_lS3aK { order: 1; }
Penguin-Spy commented 2 years ago

i hadn't noticed that the order had changed, thanks for the detailed report! should be fixed with the latest commit :)