1
Fork 0

feat: add more rules to discord css

This commit is contained in:
Bauke 2019-09-24 13:53:56 +02:00
parent 22bac128ba
commit f78f7c59fb
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 32 additions and 1 deletions

View File

@ -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.*` |

View File

@ -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;
}