Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Background Image fades out after login #83

Closed
ProfessorFartsalot opened this issue Apr 28, 2018 · 5 comments
Closed

Background Image fades out after login #83

ProfessorFartsalot opened this issue Apr 28, 2018 · 5 comments

Comments

@ProfessorFartsalot
Copy link

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

@ghost
Copy link

ghost commented Apr 28, 2018

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
Copy link
Author

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
Copy link
Author

@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
Copy link

ghost commented Apr 28, 2018

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

@ProfessorFartsalot
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants