From a21382463fcdc1f4bf50c9caa0d2ce1700d001c0 Mon Sep 17 00:00:00 2001 From: Cesium Date: Fri, 3 Apr 2026 19:56:36 -0400 Subject: [PATCH] the gift buttons are just labelled differently in dms and servers ok --- vencord.css | 1 + 1 file changed, 1 insertion(+) diff --git a/vencord.css b/vencord.css index 38dee2b..fe2dfd5 100644 --- a/vencord.css +++ b/vencord.css @@ -26,6 +26,7 @@ /* useless buttons taking up space in the typing box, you can access literally all of this from emojis */ [aria-label*="Give a Gift"] { display: none; } +[aria-label*="Send a gift"] { display: none; } [aria-label*="Open GIF picker"] { display: none; } [aria-label*="Open sticker picker"] { display: none; } [class*="app-launcher-entrypoint"] { display: none; }