move name to top
This commit is contained in:
parent
daf9b21096
commit
d04eaf892b
|
@ -58,6 +58,10 @@ html(lang="en-gb")
|
|||
| brightness
|
||||
input#brightness(type="range" min=-96 max=96 value=0)
|
||||
td(style="vertical-align: top;")
|
||||
label
|
||||
| name (optional)
|
||||
input#room-name(type="text" placeholder="e.g. 'bedroom'" autocomplete="off")
|
||||
|
||||
label
|
||||
| palette
|
||||
select#palette
|
||||
|
@ -73,10 +77,6 @@ html(lang="en-gb")
|
|||
| dither
|
||||
br
|
||||
|
||||
label
|
||||
| name (optional)
|
||||
input#room-name(type="text" placeholder="e.g. 'bedroom'" autocomplete="off")
|
||||
|
||||
button.pagination.prev#back-to-image previous
|
||||
button.pagination.next#room-next next
|
||||
.page.download
|
||||
|
|
Loading…
Reference in New Issue