fix quantity input height on mobile

master
Aevann 2024-04-12 14:15:19 +02:00
parent 55285162de
commit 4e9ad3b1a5
1 changed files with 6 additions and 0 deletions

View File

@ -7846,3 +7846,9 @@ img[src$="/e/speechbubble.webp"] {
width: 300px;
object-fit: contain;
}
@media (max-width: 768px) {
#award_quantity {
max-height: 33.5px;
}
}