Closed MintLily closed 2 years ago
The banner is small cause i forgot to background-image: none; I wanna apply this but only for nitro users so no-nitro users just have the small one i have no nitro so i cant inspect personal nitro things can you tell me, is there more elements after .banner-1YaD3N please? [this is what i can see so far]
This what i have for mine, with a few extras expanded just in case.
maybe a #app-mount .accountProfileCard-lbN7n- .banner-1YaD3N[style*="background-image: url("] { /* stuff */ }
can be used for banner detection.
Code applied, this is how should look with nitro now, thx for the idea
Nitro banners seem a bit too small, in my opinion.
Normal
My edits
#app-mount .accountProfileCard-lbN7n- .banner-1YaD3N { height: 200px; }
#app-mount .accountProfileCard-lbN7n- .avatar-3mTjvZ { top: 180px; }
Show full banner
#app-mount .accountProfileCard-lbN7n- .banner-1YaD3N { height: 500px; }
#app-mount .accountProfileCard-lbN7n- .avatar-3mTjvZ { top: 480px; }
Note: I am using Powercord, even though I know this theme is not fully made for Powercord.