a bit more range on brightness adjustment; top-align room options
This commit is contained in:
parent
ec44370d7e
commit
0150a5ca33
|
@ -56,8 +56,8 @@ html(lang="en-gb")
|
||||||
|
|
||||||
label
|
label
|
||||||
| brightness
|
| brightness
|
||||||
input#brightness(type="range" min=-64 max=64 value=0)
|
input#brightness(type="range" min=-96 max=96 value=0)
|
||||||
td
|
td(style="vertical-align: top;")
|
||||||
label
|
label
|
||||||
| palette
|
| palette
|
||||||
select#palette
|
select#palette
|
||||||
|
|
Loading…
Reference in New Issue