Browse Source

Editor: Removed duplicated CSS.

Mr.doob 5 years ago
parent
commit
2b9d169a5c
1 changed files with 1 additions and 47 deletions
  1. 1 47
      editor/css/main.css

+ 1 - 47
editor/css/main.css

@@ -492,6 +492,7 @@ select {
 .Panel {
 .Panel {
 	color: #888;
 	color: #888;
 }
 }
+
 /* */
 /* */
 
 
 @media all and ( max-width: 600px ) {
 @media all and ( max-width: 600px ) {
@@ -820,52 +821,5 @@ select {
 	.Panel {
 	.Panel {
 		color: #888;
 		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;
-		}
-
-	}
 
 
 }
 }