CreArts-Community / CreArts-Discord

Discord Theme | v3.0.3 | by Corellan
https://discord.gg/8W8E39Z
MIT License
205 stars 47 forks source link

Publish message text reversed when your messages are on the right side #10

Closed SqueakyBeaver closed 3 years ago

SqueakyBeaver commented 3 years ago

Describe the bug When you enable the src/bubbles/one line in the theme.scss file, and you send a message in an announcements channel, the share with your followers message is reversed

To Reproduce Steps to reproduce the behaviour:

  1. Uncomment the @use "src/bubbles/one"; in the root theme.scss file (if it is already commented)
  2. Send a message in an announcement channel
  3. Observe the Share with your followers! message

Expected behaviour It looks like normal readable text

Screenshots With bubbles on the right side: image

Bubbles on the left: image

Operating System: Windows 10

Additional context Might not show up all the time because there is a Don't show this again button next to the text

Edit: adding the below to my quick css seems to make it work, if that helps at all

.container-2nXavw {
  transform: scaleX(-1) !important;
}
CorellanStoma commented 3 years ago

Should be fixed by the update v2.3.0. Thanks for the report.