consistent border size and border radius

master
Aevann 2024-04-12 14:19:27 +02:00
parent 4e9ad3b1a5
commit 92ea405ce9
1 changed files with 4 additions and 0 deletions

View File

@ -7847,6 +7847,10 @@ img[src$="/e/speechbubble.webp"] {
object-fit: contain;
}
#award_quantity {
border: 1px solid;
border-radius: 0.2rem;
}
@media (max-width: 768px) {
#award_quantity {
max-height: 33.5px;