瀏覽代碼

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;
 			}