pbaity / rocketchat-dark-mode

An easy user-togglable dark mode for Rocket.Chat
MIT License
367 stars 125 forks source link

Quotes ugly in 5.2.0 #195

Closed paulchen closed 1 year ago

paulchen commented 1 year ago

Describe the bug In Rocket.Chat 5.2.0, some CSS classes changed its identifier making quotes ugly.

To Reproduce Steps to reproduce the behavior:

  1. Quote a message.

Expected behavior Quotes are beautiful as expected:

beautiful

Screenshots Unfortunately, quotes are ugly:

ugly

paulchen commented 1 year ago

I just added a few changes to PR #196 to make blockquotes (which are not quoting any messages) look the same way as quoted messages.

Before:

quotes1

After:

quotes2