For Twitch Sub/Global emotes https://emotes.raccatta.cc/ could be used or direct emote image url (e.g: https://static-cdn.jtvnw.net/emoticons/v2/114836/default/dark/4.0)
Also remove empty space in the popout by changing styling from being fixed width to adjust to contents:
main.seventv-emote-card-container .seventv-emote-card {
width: 32rem; /* current - fixed-width */
width: auto; /* variable-width - 100% also works */
}
main.seventv-emote-card-container .seventv-emote-card .seventv-emote-card-display {
padding: 1rem 0; /* current - no right-side padding */
padding: 0.5em 10px 0.5em 0; /* add 10px padding to the right - computed from 12.5% padding around emote */
}```
