Browse Source

Change terrain surface size

ShiroSmith 6 years ago
parent
commit
583c2dfee5
1 changed files with 1 additions and 1 deletions
  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;