From 4e9ad3b1a55587b530888486e8fcda89a46bc2df Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 12 Apr 2024 14:15:19 +0200 Subject: [PATCH] fix quantity input height on mobile --- files/assets/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 759319b23..3ccaa5b2a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7846,3 +7846,9 @@ img[src$="/e/speechbubble.webp"] { width: 300px; object-fit: contain; } + +@media (max-width: 768px) { + #award_quantity { + max-height: 33.5px; + } +}