mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix: image was not visible on some iPads
This commit is contained in:
parent
da22bc090a
commit
8e4fcc1a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue