flash.moe/public/userscripts/sock-emote-overflow-fix.user.css
2020-08-20 00:02:37 +00:00

7 lines
138 B
CSS

#emotes {
max-height: 30px;
max-width: 600px;
overflow: auto;
background-color: #212121;
border: 1px solid #808080;
}