mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-30 16:34:57 +00:00
fix(info container): height in landscape mode
This commit is contained in:
parent
297b8f172d
commit
f8d9d0d838
1 changed files with 2 additions and 2 deletions
|
|
@ -175,8 +175,8 @@
|
||||||
.content {
|
.content {
|
||||||
max-width: 50dvw;
|
max-width: 50dvw;
|
||||||
|
|
||||||
.close-button {
|
.info {
|
||||||
display: block;
|
max-height: 30dvh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue