Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
KaiSD
/
Test-rep
Seguir
1
Destacar
0
Fork
0
Código
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
horizontal screen (try2)
master
KaiSD
hace 4 años
padre
8664cc377d
commit
4e592a4e56
Se han
modificado 3 ficheros
con
13 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
mjprot/index.html
+0
-4
mjprot/manifest.json
+12
-0
mjprot/screen.css
+ 1
- 1
mjprot/index.html
Ver fichero
@@ -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 fichero
@@ -1,4 +0,0 @@
{
"display": "standalone",
"orientation": "landscape"
}
+ 12
- 0
mjprot/screen.css
Ver fichero
@@ -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;
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar