ClearVision / ClearVision-v5

Automatically updating, easily customizable Theme for Discord.
https://clearvision.gitlab.io
Apache License 2.0
145 stars 441 forks source link

Unread channels don't show a dot next to them anymore, only light up #39

Closed CreatorKami closed 7 years ago

CreatorKami commented 7 years ago

Starting up Discord today, the unread channels don't have a notification dot anymore, only a light. The font is also bigger I think? Here is an image comparing an unread channel (top) vs one with no new messages (bottom) image

Zerthox commented 7 years ago

That is intended.

CreatorKami commented 7 years ago

Is there any way to disable this? The new message light is very difficult to see.

Zerthox commented 7 years ago

You can display the little dot again, but it's not styled. I will probably adress this and make a more visible marker for unread channels in a future update.

CreatorKami commented 7 years ago

It's fine if it isn't styled! May I ask how to display it?

Zerthox commented 7 years ago
.channels-wrap .scroller [class*="unread"] {
    display: initial !important;
}
CreatorKami commented 7 years ago

Thank you very much! I look forward to a future update in which the marker is more visible! :)