From 133dbbf3c05fb822fb06fab302ce3299fdcd439a Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 9 Sep 2025 19:44:40 -0300 Subject: [PATCH] Actually, no need for an element selector --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 7b6e804..5781a8a 100644 --- a/theme.css +++ b/theme.css @@ -1,3 +1,3 @@ -div[aria-label="Send a gift"] { +[aria-label="Send a gift"] { display: none; }