From d97008457b720e5998747864d84b77dcca1230a0 Mon Sep 17 00:00:00 2001 From: Chev <11602755+chev2@users.noreply.github.com> Date: Mon, 11 Nov 2019 16:59:51 -0800 Subject: [PATCH] Update BruhButton.theme.css to match the new Discord update --- themes/BruhButton.theme.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/themes/BruhButton.theme.css b/themes/BruhButton.theme.css index 14c7971..de933d8 100644 --- a/themes/BruhButton.theme.css +++ b/themes/BruhButton.theme.css @@ -1,9 +1,5 @@ -//META{"name":"Bruh Button Emotes","description":"Change all Discord emotes to a bruh button","author":"Chev","version":"1.0.0"}*// +//META{"name":"Bruh Button Emotes","description":"Change all Discord emotes to a bruh button","author":"Chev","version":"1.0.1"}*// .emoji, .da-emojiItem, .da-spriteItem { - box-sizing: border-box; - background: url("https://i.imgur.com/tL3jpys.png") center !important; /*Custom URL goes into url()!*/ -} - -.emoji { - padding-left: 32px; + content: url("https://i.imgur.com/tL3jpys.png") !important; + background-image: none !important; }