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, .platform,
.badge, .badge {
.emote {
height: 1em; height: 1em;
margin: 1px; margin: 1px;
transform: translate(0px, 0.25em); transform: translate(0px, 0.25em);
} }
.emote {
height: 1.5em;
margin: 1px;
transform: translate(0px, 0.4em);
}
#badgeList { #badgeList {
margin: 0px 5px; margin: 0px 5px;
} }
+7 -2
View File
@@ -123,13 +123,18 @@ li {
} }
.platform, .platform,
.badge, .badge {
.emote {
height: 1em; height: 1em;
margin: 1px; margin: 1px;
transform: translate(0px, 0.25em); transform: translate(0px, 0.25em);
} }
.emote {
height: 1.5em;
margin: 1px;
transform: translate(0px, 0.4em);
}
.productImage { .productImage {
height: 15em; height: 15em;
border-radius: 0.25em; border-radius: 0.25em;