Closed yamiM0NSTER closed 4 years ago
L299 is used to provide even spacing between messages. And you can also see the rounded border between the messages. (Look closely to the left of between the messages)
Without it, it will look like this:
I think the only way to fix the mentions is to make the mention colour wrap around the text, not the container. Like so:
Yeah, if L299 is needed then wrapping text seems like the solution.
On another note: Won't it break embeds though?
Nah, it's fine
I guess that's the way to go then, until discord team changes something.
As title points out if there is a message right under a mention message the text/emote will appear over mention edge. Examples:
It seems that code in this clause is causing the issue: https://github.com/DiscordStyles/MinimalCord/blob/master/base.css#L299
By disabling either one of those, the messages display way better. Maybe it's needed for something else but I don't know what that would be.
Cheers!