DiscordStyles / MinimalCord

Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.
MIT License
66 stars 53 forks source link

Mention message on chat does not color properly #4

Closed giuliotoplad closed 3 years ago

giuliotoplad commented 3 years ago

image

If someone in chat mention me and write a message longer than one line a piece of the container of the chat does not color properly

Gibbu commented 3 years ago

I have two options:

  1. Apply the mention to the whole message container.
  2. Apply the mention to just the text.

Discord message structure is very limiting.

giuliotoplad commented 3 years ago

I have two options:

  1. Apply the mention to the whole message container.
  2. Apply the mention to just the text.

Discord message structure is very limiting.

The best option for fix this is the first option (Apply the mention to the whole message container)

Gibbu commented 3 years ago

The first option is what it is currently. I cannot make it span over multiple messages. As I said above

Discord message structure is very limiting.

giuliotoplad commented 3 years ago

Ok I understand