mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
PlayerView: respect the height of the virtual keyboard
This commit is contained in:
parent
8b6a805c36
commit
e1267730bb
2 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0">
|
content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">
|
||||||
<title>
|
<title>
|
||||||
ElseIFPlayer
|
ElseIFPlayer
|
||||||
</title>
|
</title>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
.app.play,
|
.app.play,
|
||||||
.app.focus {
|
.app.focus {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue