chunk splitting method changed

less change sensitivity
This commit is contained in:
vrtmrz
2021-10-17 22:10:03 +09:00
parent 57187a0926
commit 518ae46cf9
4 changed files with 245 additions and 46 deletions

View File

@@ -18,3 +18,8 @@
.op-pre {
white-space: pre-wrap;
}
.op-warn {
border:1px solid salmon;
padding:2px;
border-radius: 4px;
}