CapnKitten / Material-Discord

Material design theme for Discord
345 stars 152 forks source link

[SUGGESTION] Channel/Role Header Capitilization #155

Closed blankdvth closed 3 years ago

blankdvth commented 3 years ago

A toggle to allow people to be able to choose whether channel categories and role categories are capitalized would be useful, since some servers have their category titles written inconsistently and it drives me crazy.

CapnKitten commented 3 years ago

Having toggles in css is not possible. What can be done is giving you a tiny bit of code to put in your custom css to revert it to being capitalized.

.sidebar-2K8pFh .container-2ax-kl,
.members-1998pB .container-2ax-kl {
    font-size: 12px;
    text-transform: uppercase;
}
blankdvth commented 3 years ago

Thanks for the reply, that worked out