浏览代码

Change terrain surface size

ShiroSmith 6 年之前
父节点
当前提交
583c2dfee5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/style.less

+ 1 - 1
bin/style.less

@@ -1122,7 +1122,7 @@ input[type=checkbox] {
 		position: relative;
 	}
 	.surface-preview {
-		@size: 45px;
+		@size: 85px;
 		background-size: @size @size;
 		width: @size;
 		height: @size;