Original sized emotes initial commit

This commit is contained in:
Chev 2019-11-11 17:00:18 -08:00
parent d97008457b
commit e0ad3dcbd3

View file

@ -0,0 +1,6 @@
//META{"name":"Original Sized Emotes","description":"Makes all the discord emotes the old size (32px)","author":"Chev","version":"1.0.0"}*//
.emoji.jumboable {
width: 32px;
height: 32px;
min-height: 32px;
}