Skip to content

Commit

Permalink
Fix Emoji button
Browse files Browse the repository at this point in the history
  • Loading branch information
KillYoy committed Nov 6, 2019
1 parent 21a0e2d commit 968f35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DiscordNight.css
Original file line number Diff line number Diff line change
@@ -1105,11 +1105,11 @@
}

/* Gift Button */
.chat-3bRxxu .buttons-205you button[tabindex="3"] {
.chat-3bRxxu .buttons-205you button[tabindex="2"] {
display: var(--Chatbox-Gift-Button);
}
/* GIF Button */
.chat-3bRxxu .buttons-205you button[tabindex="4"] {
.chat-3bRxxu .buttons-205you button[tabindex="3"] {
display: var(--Chatbox-GIF-Button);
}
/* GIF/Gift Button */

0 comments on commit 968f35f

Please sign in to comment.