flash.moe/public/userscripts/sock-emote-overflow-fix.user.css

8 lines
138 B
CSS
Raw Normal View History

2020-08-20 00:02:37 +00:00
#emotes {
max-height: 30px;
max-width: 600px;
overflow: auto;
background-color: #212121;
border: 1px solid #808080;
}