This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
KaiSD
/
Test-rep
Прати
1
Волим
0
Креирај огранак
0
Код
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
horizontal screen (try2)
master
KaiSD
пре 4 година
родитељ
8664cc377d
комит
4e592a4e56
3 измењених фајлова
са
13 додато
и
5 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -1,4 +0,0 @@
{
"display": "standalone",
"orientation": "landscape"
}
+ 12
- 0
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;
}
}
Write
Preview
Loading…
Откажи
Сачувај