Closed ProfessorFartsalot closed 5 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.
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;
}
@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 )
@Dovahkiin-Warrior The patched version of BetterDiscord you have provided me seems to have worked. Thanks!
You're welcome. It also seems ClearVision has been updated to fix the issue as well.
I noticed after loading discord the background image (default) loads into discord but then shortly after disappears/fades out. Why?