Update vencord.css
This commit is contained in:
parent
9412a140cb
commit
c9e0cf9737
1 changed files with 11 additions and 6 deletions
17
vencord.css
17
vencord.css
|
@ -10,12 +10,17 @@ https://github.com/ETBCOR/nasin-nanpa/releases
|
||||||
--font-code: Consolas, monospace, "nasin-nanpa";
|
--font-code: Consolas, monospace, "nasin-nanpa";
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer_aa1bff, /* server discovery button */
|
/* server discovery button */
|
||||||
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(4), /* shop button in DM page */
|
.footer_f8ec41_,
|
||||||
.privateChannels_f0963d .channel_c91bad.container_d91ad9:nth-child(3), /* nitro button in DM page */
|
/* shop button in DM page */
|
||||||
.channelAppLauncher_df39bd, /* apps launcher next to chat box */
|
li.channel_c91bad.container_d91ad9:has(>div>a[href="/shop"]),
|
||||||
.container_efde15, /* nitro gift button in chat box */
|
/* nitro button in DM page */
|
||||||
.expression-picker-chat-input-button:nth-child(3) /* sticker button in chat box */
|
div:has(>li>div>a[href="/store"]),
|
||||||
|
/* apps launcher next to chat box */
|
||||||
|
.channelAppLauncher_df39bd,
|
||||||
|
/* chat box buttons */
|
||||||
|
button[aria-label="Send a gift"],
|
||||||
|
button[aria-label="Open sticker picker"]
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue