使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
KaiSD
/
Test-rep
关注
1
点赞
0
派生
0
代码
合并请求
0
版本发布
0
百科
动态
浏览代码
horizontal screen (try2)
master
KaiSD
4 年前
父节点
8664cc377d
当前提交
4e592a4e56
共有
3 个文件被更改
,包括
13 次插入
和
5 次删除
分列视图
Diff 选项
显示统计
下载 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;
}
}
撰写
预览
正在加载...
取消
保存