mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-17 20:22:55 +00:00
fix: modal image was not visible on some macbooks
This commit is contained in:
parent
04f579eab5
commit
da22bc090a
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (orientation: landscape) and (max-height: @xsmall) {
|
||||
@media (orientation: landscape) and (max-height: @xxsmall) {
|
||||
.event-modal {
|
||||
.modal-dialog-container {
|
||||
.modal-dialog-content {
|
||||
|
|
|
|||
Loading…
Reference in a new issue