このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
KaiSD
/
Test-rep
ウォッチ
1
スター
0
フォーク
0
コード
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
horizontal screen (try2)
master
KaiSD
4年前
親
8664cc377d
コミット
4e592a4e56
3個のファイルの変更
、
13行の追加
、
5行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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;
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存