Adjusted the size of emotes

This commit is contained in:
nuttylmao
2025-04-10 16:31:29 +10:00
parent 2fba365812
commit f7d6937cb0
2 changed files with 14 additions and 4 deletions
+7 -2
View File
@@ -151,13 +151,18 @@ li {
}
.platform,
.badge,
.emote {
.badge {
height: 1em;
margin: 1px;
transform: translate(0px, 0.25em);
}
.emote {
height: 1.5em;
margin: 1px;
transform: translate(0px, 0.4em);
}
#badgeList {
margin: 0px 5px;
}