Browse Source

json对比工具的字体从10px调整到14px; #520

zxlie 3 weeks ago
parent
commit
73c99fa843
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/json-diff/index.css

+ 1 - 1
apps/json-diff/index.css

@@ -70,7 +70,7 @@ body[browser-extension] .wp-json .mod-json {
 }
 #jsonSourceLeft, #jsonSourceRight, .CodeMirror {
     height: calc(100%);
-    font-size: 10px;
+    font-size: 14px;
 }
 .x-error {
     color: #1f0606;