修改移动端脚本高亮

This commit is contained in:
whyour
2022-09-24 11:27:16 +08:00
parent ba43882c0b
commit c0b5192296
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -161,7 +161,7 @@
&.env-wrapper,
&.config-wrapper {
.CodeMirror {
width: calc(100vw - 80px);
width: calc(100vw - 24px);
}
}
}