Browse Source

Update code style

Temdog007 6 years ago
parent
commit
680f11713f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      editor/css/dark.css

+ 3 - 3
editor/css/dark.css

@@ -235,7 +235,7 @@ select {
 	}
 
 	#cameraSelect[layout='topLeft']{
-	margin-top: 32px;
+		margin-top: 32px;
 		left: 0;
 		top : 0;
 	}
@@ -248,12 +248,12 @@ select {
 	}
 
 	#cameraSelect[layout='bottomLeft']{
-	bottom: 0;
+		bottom: 0;
 		left: 0;
 	}
 
 	#cameraSelect[layout='bottomRight']{ 
-	bottom: 0;
+		bottom: 0;
 		right: 0;
 		margin-right: 300px;
 	}