single line
This commit is contained in:
parent
b12b468381
commit
205789e55c
1 changed files with 3 additions and 12 deletions
|
|
@ -96,22 +96,13 @@ function addMenuToDom(previewImageUrl) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const bgColorPickerEl = colorinput()
|
const bgColorPickerEl = colorinput()
|
||||||
const bgColorPickerRow = row(
|
const bgColorPickerRow = row(label('Background: '), bgColorPickerEl)
|
||||||
label('Background: '),
|
|
||||||
bgColorPickerEl
|
|
||||||
)
|
|
||||||
|
|
||||||
const playerColorPickerEl = colorinput()
|
const playerColorPickerEl = colorinput()
|
||||||
const playerColorPickerRow = row(
|
const playerColorPickerRow = row(label('Color: '), playerColorPickerEl)
|
||||||
label('Color: '),
|
|
||||||
playerColorPickerEl
|
|
||||||
)
|
|
||||||
|
|
||||||
const nameChangeEl = textinput(16)
|
const nameChangeEl = textinput(16)
|
||||||
const nameChangeRow = row(
|
const nameChangeRow = row(label('Name: '), nameChangeEl)
|
||||||
label('Name: '),
|
|
||||||
nameChangeEl
|
|
||||||
)
|
|
||||||
|
|
||||||
const kbd = function(txt) {
|
const kbd = function(txt) {
|
||||||
const el = document.createElement('kbd')
|
const el = document.createElement('kbd')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue