From 4a059bae40c003d3624205d0ee9e00b51b521b2c Mon Sep 17 00:00:00 2001 From: Cesium Date: Fri, 3 Apr 2026 18:59:19 -0400 Subject: [PATCH] small updates to changed classes --- vencord.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vencord.css b/vencord.css index 1364e2f..38dee2b 100644 --- a/vencord.css +++ b/vencord.css @@ -25,10 +25,10 @@ [class*="membersGroup_c8ffbb"]:has([class*="toggleExpandIcon__095fe"]) { display: none; } /* useless buttons taking up space in the typing box, you can access literally all of this from emojis */ -[aria-label*="Send a gift"] { display: none; } +[aria-label*="Give a Gift"] { display: none; } [aria-label*="Open GIF picker"] { display: none; } [aria-label*="Open sticker picker"] { display: none; } -[class*="channelAppLauncher_e6e74f"] { display: none; } +[class*="app-launcher-entrypoint"] { display: none; } [class*="buttons__74017"] { gap: 0 } /* remove the indicator for a reply to a message you have blocked @@ -41,4 +41,4 @@ [class*="guildIconContainer__85d16"] { display: none; } /* obnoxious paid reactions with flashy animations and colors */ -div:has(> [aria-label*="super reaction"]) { display: none; } +div:has(> [aria-label*="super reaction"]) { display: none; }