Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2020-10-27 14:18:02 +01:00
parent 2d6b86fd00
commit e309949032
1 changed files with 8 additions and 0 deletions

View File

@ -916,6 +916,10 @@ html {
/* ---- 3.1. CHANNELHEADER ---- */
#app-mount .container-1r6BKw.themed-ANHk51 {
box-shadow: var(--elevation-low);
}
#app-mount .children-19S4PO::after {
background: linear-gradient(90deg,transparent 0,var(--background-primary));
}
@ -935,6 +939,10 @@ html {
/* ---- 3.2. MESSAGES ---- */
.content-yTz4x3::before {
display: none;
}
#app-mount .noResultIcon-1bkvDZ {
background-image: url(https://discordapp.com/assets/1eed0d895df6e35f164d8ed5e84037d2.svg);
opacity: .5;