switch to codemirror

This commit is contained in:
2025-06-17 11:48:01 -07:00
parent ab276ca992
commit e167d7e629
11 changed files with 925 additions and 244 deletions

View File

@@ -1,4 +1,7 @@
body {
overflow: hidden;
font-size: 12px;
}
svg.icon path {
stroke: black;
fill: none;
@@ -87,3 +90,6 @@ svg.icon path {
white-space: pre;
padding: 5px;
}
.tooltip {
padding: 5px;
}