fix: image was not visible on some iPads

This commit is contained in:
Timothy Z. 2024-12-21 18:02:29 +02:00 committed by GitHub
parent da22bc090a
commit 8e4fcc1a6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@
}
}
@media (orientation: landscape) and (max-height: @xxsmall) {
@media (orientation: landscape) and (max-height: @minimum) {
.event-modal {
.modal-dialog-container {
.modal-dialog-content {