Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
KaiSD
/
Test-rep
Observar
1
Favorito
0
Fork
0
Código
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
horizontal screen (try2)
master
KaiSD
4 anos atrás
pai
8664cc377d
commit
4e592a4e56
3 arquivos alterados
com
13 adições
e
5 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
mjprot/index.html
+0
-4
mjprot/manifest.json
+12
-0
mjprot/screen.css
+ 1
- 1
mjprot/index.html
Ver arquivo
@@ -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
Ver arquivo
@@ -1,4 +0,0 @@
{
"display": "standalone",
"orientation": "landscape"
}
+ 12
- 0
mjprot/screen.css
Ver arquivo
@@ -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;
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar