don't max out radio image

This commit is contained in:
Settoshi Tonami 🎷🐛 2025-07-16 14:10:53 +02:00
parent 31843789cf
commit b686951ddb

View file

@ -402,6 +402,8 @@ justify-content: space-between;
width: 100%;
height: auto;
object-fit: cover;
max-width: 600px;
max-height: 600px;
}
}