CapnKitten / Material-Discord

Material design theme for Discord
356 stars 154 forks source link

Request: option to disable animated server voice chat/stream icons #120

Closed ghost closed 3 years ago

ghost commented 4 years ago

I find them very distracting and have a hard time focusing when they're there, I think an option for disabling them would be nice

CapnKitten commented 3 years ago

You can't have options with normal CSS, but you can add this to the custom CSS tab in your user settings:

.iconBadge-2NuvG9 {
    animation: none !important;
}