From d1478200dba8f1244f55ab7ee80068038e02f97e Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 10 Oct 2023 20:10:10 +0300 Subject: [PATCH] make emoji award size on mobile the same on desktop --- files/assets/css/awards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 59fe0edda..58b83fa8a 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -20,7 +20,7 @@ /*emoji*/ .emoji-award img, .emoji-hz-award img { - width: min(10vw, 60px) !important; + width: 60px !important; } .emoji-award:nth-child(even) {