ClearVision / ClearVision-v5

Automatically updating, easily customizable Theme for Discord.
https://clearvision.gitlab.io
Apache License 2.0
145 stars 441 forks source link

Background Image fades out after login #83

Closed ProfessorFartsalot closed 5 years ago

ProfessorFartsalot commented 6 years ago

I noticed after loading discord the background image (default) loads into discord but then shortly after disappears/fades out. Why?

ghost commented 6 years ago

I have a feeling this is from a new discord update, the background appears to not have fully loaded for me at all. image

ProfessorFartsalot commented 6 years ago

Patched it using custom CSS:

[class*="titleBar-"]{
background-image: url(https://losmundosdebrana.files.wordpress.com/2014/01/radioactive-wallpapers_28565_1920x1200.jpg) !important; 
margin-top: 0px !Important;
padding-top: 4px !Important;
}

[class*="scroller"]{
background-image: url(https://losmundosdebrana.files.wordpress.com/2014/01/radioactive-wallpapers_28565_1920x1200.jpg) !important; 
background-color: transparent;
}

[class*="chat"]{
background-image: url(https://img00.deviantart.net/739d/i/2009/056/d/c/radioactive_wallpaper_by_teundenouden.jpg) !important; 
background-repeat: no-repeat;
background-size: 1600px 900px;
background-color: transparent;
}

[class*="header"]{
background-image: url(https://img00.deviantart.net/739d/i/2009/056/d/c/radioactive_wallpaper_by_teundenouden.jpg) !important; 
background-repeat: no-repeat;
background-size: 1600px 900px;
background-color: transparent;
}

[class="container-2Thooq"]{
background-image: url(https://img00.deviantart.net/739d/i/2009/056/d/c/radioactive_wallpaper_by_teundenouden.jpg) !important; 
background-repeat: no-repeat;
background-size: 1600px 900px;
background-color: transparent;
}
ProfessorFartsalot commented 6 years ago

@Youkuris It seems discord changed the way their app works ? Also, there's a patched version of BetterDiscord going around ( see https://github.com/rauenzi/BetterDiscordApp/releases )

ghost commented 6 years ago

@Dovahkiin-Warrior The patched version of BetterDiscord you have provided me seems to have worked. Thanks!

ProfessorFartsalot commented 6 years ago

You're welcome. It also seems ClearVision has been updated to fix the issue as well.