mirror of
https://github.com/chev2/bd-themes.git
synced 2026-04-05 02:18:08 +00:00
Original sized emotes initial commit
This commit is contained in:
parent
d97008457b
commit
e0ad3dcbd3
1 changed files with 6 additions and 0 deletions
6
themes/OriginalSizeDiscordEmotes.theme.css
Normal file
6
themes/OriginalSizeDiscordEmotes.theme.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue