Merge pull request #764 from Stremio/fix/modal-popup-horizontal-styles

fix: modal image was not visible on some macbooks
This commit is contained in:
Timothy Z. 2024-12-22 00:19:24 +02:00 committed by GitHub
commit 17effe0e81
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: @xsmall) {
@media (orientation: landscape) and (max-height: @minimum) {
.event-modal {
.modal-dialog-container {
.modal-dialog-content {