Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Sep 28, 2024
2 parents e69f85e + a305075 commit 827ed74
Show file tree
Hide file tree
Showing 5 changed files with 2,159 additions and 1,420 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
}
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
width: 100vw;
height: 100vh;
user-select: none;
-webkit-user-select: none;
overflow: auto;
}
#debug {
Expand Down Expand Up @@ -43,6 +44,10 @@
color: #fff;
}

.field-row {
flex: 1;
}

progress[value] {
background-color: #fff;
border: 1px inset #dfdfdf;
Expand Down
Loading

0 comments on commit 827ed74

Please sign in to comment.