Browse Source

Wider panel in examples viewer.

Mr.doob 11 years ago
parent
commit
ac0742e2b4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      examples/index.html

+ 4 - 4
examples/index.html

@@ -39,7 +39,7 @@
 
 			#panel {
 				position: absolute;
-				width: 300px;
+				width: 310px;
 				height: 100%;
 				overflow: scroll;
 			}
@@ -65,9 +65,9 @@
 
 			#viewer {
 				position: absolute;
-				left: 300px;
-				width: -webkit-calc(100% - 300px); /* Safari */
-				width: calc(100% - 300px);
+				left: 310px;
+				width: -webkit-calc(100% - 310px); /* Safari */
+				width: calc(100% - 310px);
 				height: 100%;
 				border: 0px;
 			}