NYRI4 / Couve

A new look to discord
MIT License
103 stars 83 forks source link

Profiles not showing correctly #23

Closed whereangelsplay closed 1 year ago

whereangelsplay commented 1 year ago

image image

Redundakitties commented 1 year ago

I have a fix for this (it's cuz discord changed its class names again): try adding at the end of your css

:root [class*="banner"] mask {
  display: none;
}