diff --git a/mjprot/index.html b/mjprot/index.html index 29478bc..9868125 100644 --- a/mjprot/index.html +++ b/mjprot/index.html @@ -112,7 +112,7 @@ visibility: visible; } - + diff --git a/mjprot/manifest.json b/mjprot/manifest.json deleted file mode 100644 index 1217802..0000000 --- a/mjprot/manifest.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "display": "standalone", - "orientation": "landscape" -} \ No newline at end of file diff --git a/mjprot/screen.css b/mjprot/screen.css new file mode 100644 index 0000000..ec48196 --- /dev/null +++ b/mjprot/screen.css @@ -0,0 +1,12 @@ +@media screen and (orientation: portrait) { + html { + transform: rotate(-90deg); + transform-origin: left top; + width: 100vh; + height: 100vw; + overflow-x: hidden; + position: absolute; + top: 100%; + left: 0; + } +} \ No newline at end of file