CapnKitten / Material-Discord

Material design theme for Discord
345 stars 152 forks source link

Managing Roles in a Server with Theme on doesn't work #146

Closed tnguyen2601 closed 3 years ago

tnguyen2601 commented 3 years ago

Appeared on my PC today. 18th May 2021

With Material: image

Without: image

The CSS Version I tried to change to:

/**
 * @name Material_Discord
 * @version 3.0.3
 * @description A theme based on Google's Material Design
 * @author CapnKitten
 * 
 * @website http://github.com/CapnKitten
 * @source https://github.com/CapnKitten/BetterDiscord/blob/master/Themes/Material-Discord/css/source.css
 * @donate https://paypal.me/capnkitten
 * @invite jzJkA6Z
 */

@import url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/css/source.css);

:root {
    --accent-color: #577be2;
    --accent-rgb: 94,122,199;
    --accent-text-color: #fff;
    --accent-button-action: #fff; /*    -   */

    --message-radius: 19px;
    --message-padding: 8px 12px;
    --message-padding-alt: 4px 12px 8px 12px; /*    -   */

    --card-radius: 5px;
    --card-radius-big: 10px;
}
CapnKitten commented 3 years ago

This has been fixed. Reload your discord client to get the update.

tnguyen2601 commented 3 years ago

This has been fixed. Reload your discord client to get the update.

Yup it's working again. Thank you! I really like this theme.