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:
Uncomment the @use "src/bubbles/one"; in the root theme.scss file (if it is already commented)
Send a message in an announcement channel
Observe the Share with your followers! message
Expected behaviour
It looks like normal readable text
Screenshots
With bubbles on the right side:
Bubbles on the left:
Operating System:
Windows 10
Linux
Windows
macOS
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
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, theshare with your followers
message is reversedTo Reproduce Steps to reproduce the behaviour:
@use "src/bubbles/one";
in the roottheme.scss
file (if it is already commented)Share with your followers!
messageExpected behaviour It looks like normal readable text
Screenshots With bubbles on the right side:
Bubbles on the left:
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 textEdit: adding the below to my quick css seems to make it work, if that helps at all