puckzxz / NotAnotherAnimeTheme

A easily customizable and automatically updating theme for Discord
The Unlicense
236 stars 987 forks source link

Big User Popout header color is disabled #180

Closed PatheticMustan closed 2 years ago

PatheticMustan commented 2 years ago

In the big user popout, the header color (it seems to be background-color in .profileBanner-33-uE1) is overwritten. The header still displays properly if it's a gif or image, but is disabled if it's just a solid color.

small user popout solid color image

big user popout solid color image

big user popout file image

puckzxz commented 2 years ago

The small user popout is intended to be like that. As for the big user popout I can't reproduce these issues on v3 of the theme.

PatheticMustan commented 2 years ago

image image

image

image

I'm pretty sure I've updated to the latest...

The line that's overriding it is https://puckzxz.github.io/NotAnotherAnimeTheme/build/v3/naat.v3.css, which I'm pretty sure is just the theme file. The rule is .profileBanner-33-uE1{background-color:initial!important}

I'm not sure what the line does, but removing it seems to fix the issue...?

And I can only find one instance of profileBanner, so I don't think removing it would break anything.

puckzxz commented 2 years ago

So, if I'm understanding this right you want to see the solid profile color on the big user pop-out? I kept the image but not a solid color for it since the image is a bit more personable

PatheticMustan commented 2 years ago

Ah, I thought it was unintended, since the solid color shows up in the small user pop out, but not the big user pop out. But that was what I was thinking, yeah.

puckzxz commented 2 years ago

Fully intended, the solid color on the small popout isn't very distracting although when it's on the big popout it takes up a lot of space with one solid blank color. The images a person uploads can say a lot about them so I keep them on the big popout, you can also see them better on the big popout too

PatheticMustan commented 2 years ago

well then! thanks for being super responsive :D