Skip to content

Commit 827ed74

Browse files
committed
Merge branch 'master' into release
2 parents e69f85e + a305075 commit 827ed74

File tree

5 files changed

+2159
-1420
lines changed

5 files changed

+2159
-1420
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"editor.formatOnSave": true,
88
"editor.codeActionsOnSave": {
9-
"source.organizeImports": true
9+
"source.organizeImports": "explicit"
1010
}
1111
}

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
width: 100vw;
1515
height: 100vh;
1616
user-select: none;
17+
-webkit-user-select: none;
1718
overflow: auto;
1819
}
1920
#debug {
@@ -43,6 +44,10 @@
4344
color: #fff;
4445
}
4546

47+
.field-row {
48+
flex: 1;
49+
}
50+
4651
progress[value] {
4752
background-color: #fff;
4853
border: 1px inset #dfdfdf;

0 commit comments

Comments
 (0)