Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
KaiSD
/
Test-rep
Segui
1
Vota
0
Forka
0
Codice
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
horizontal screen (try2)
master
KaiSD
4 anni fa
parent
8664cc377d
commit
4e592a4e56
3 ha cambiato i file
con
13 aggiunte
e
5 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mjprot/index.html
+0
-4
mjprot/manifest.json
+12
-0
mjprot/screen.css
+ 1
- 1
mjprot/index.html
Vedi File
@@ -112,7 +112,7 @@
visibility: visible;
}
</style>
<link rel="
manifest" href="manifest.json
">
<link rel="
stylesheet" href="screen.css
">
</head>
<body>
<canvas id='canvas'>
+ 0
- 4
mjprot/manifest.json
Vedi File
@@ -1,4 +0,0 @@
{
"display": "standalone",
"orientation": "landscape"
}
+ 12
- 0
mjprot/screen.css
Vedi File
@@ -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;
}
}
Write
Preview
Loading…
Annulla
Salva