mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +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 {
|
.event-modal {
|
||||||
.modal-dialog-container {
|
.modal-dialog-container {
|
||||||
.modal-dialog-content {
|
.modal-dialog-content {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue