diff --git a/css/various/README.md b/css/various/README.md index 2c5fd54..13ae646 100644 --- a/css/various/README.md +++ b/css/various/README.md @@ -6,7 +6,7 @@ | Style | Applies To | |-------|------------| -| [Discord](discord.css) | On Domain: discord.com or using [BeautifulDiscord](https://github.com/leovoel/BeautifulDiscord) | +| [Discord](discord.css) | On Domain: discordapp.com or using [BeautifulDiscord](https://github.com/leovoel/BeautifulDiscord) | | [DuckDuckGo](duckduckgo.css) | On Domain: duckduckgo.com | | [Globals](globals.css) | Everything | | [Twitch](twitchtv.css) | Matching RegExp: `https:\/\/www.twitch.tv.*popout.*chat.*` | diff --git a/css/various/discord.css b/css/various/discord.css index 66ea2a1..60dc2a9 100644 --- a/css/various/discord.css +++ b/css/various/discord.css @@ -9,6 +9,8 @@ textarea { .embedInner-1-fpTo, .embedPill-1Zntps, +.folderIconWrapper-226oVY, +.imageWrapper-2p5ogY, .reaction-1ELvT8 { border-radius: 0; } @@ -16,3 +18,32 @@ textarea { .embedPill-1Zntps { width: 0.25rem; } + +.avatar-17mtNa foreignObject, +.avatar-3uk_u9 foreignObject, +.avatar-SmRMf2 foreignObject, +.wrapper-25eVIn foreignObject { + mask: none; +} + +.mask-1l8v16 { + width: 40px; + height: 40px; +} + +.avatar-3uk_u9 { + margin-right: 8px; +} + +.avatar-SmRMf2 rect, +.avatar-3uk_u9 rect { + mask: none; + x: 32px; + y: 0px; + width: 4px; + height: 32px; +} + +.messageGroupBlocked-3wrQQX { + display: none; +}