소스 검색

Wider panel in examples viewer.

Mr.doob 11 년 전
부모
커밋
ac0742e2b4
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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;
 			}