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; }