提交 2b9d169a 编写于 作者: M Mr.doob

Editor: Removed duplicated CSS.

上级 ff5d86a9
......@@ -492,6 +492,7 @@ select {
.Panel {
color: #888;
}
/* */
@media all and ( max-width: 600px ) {
......@@ -820,52 +821,5 @@ select {
.Panel {
color: #888;
}
/* */
@media all and ( max-width: 600px ) {
#menubar .menu .options {
max-height: calc(100% - 372px);
}
#menubar .menu.right {
display: none;
}
#viewport {
left: 0;
right: 0;
top: 32px;
height: calc(100% - 352px);
}
#script {
left: 0;
right: 0;
top: 32px;
height: calc(100% - 352px);
}
#player {
left: 0;
right: 0;
top: 32px;
height: calc(100% - 352px);
}
#sidebar {
left: 0;
width: 100%;
top: calc(100% - 320px);
bottom: 0;
}
#toolbar {
left: calc(50% - 140px);
width: 280px;
top: 68px;
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册