feat: add more rules to discord css
This commit is contained in:
parent
22bac128ba
commit
f78f7c59fb
|
@ -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.*` |
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue