D3SOX / complementary-discord-theme

🧩 A Discord theme which only provides some QOL enhancements that can be used in addition to others - also removes Nitro upselling
11 stars 1 forks source link

hiding nitro upselling hides game quests #4

Closed josephisticated closed 2 months ago

josephisticated commented 2 months ago

would it be possible to make a version that doesn't block it maybe? free stuff might be nice thought of just editing the CSS but updating would be a problem, maybe a different branch?

D3SOX commented 2 months ago

Just add to your QuickCSS:

[class^="questsContainer__"] {
  display: block !important;
}
josephisticated commented 2 months ago

Just add to your QuickCSS:

[class^="questsContainer__"] {
  display: block !important;
}

thanks man, don't know CSS so didn't know what to do 🫂