CSS Updates

pull/1245/head
Rick Carlino 2019-06-21 14:52:52 -05:00
parent 8f9358ad1c
commit 161dc72dc7
2 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ module CeleryScript
read_pin: "You must select a Sensor in the Read Sensor step.",
move_to: "You must select a Location in the Move To step.",
execute: "You must select a Sequence in the Execute step.",
# default_value: "TODO",
},
}.with_indifferent_access

View File

@ -4,7 +4,6 @@
.demo-phone {
display: none;
height: auto;
object-fit: fill;
}
}
@ -15,7 +14,8 @@
}
.demo-phone {
width: 100%;
width: 363px;
height: 726px;
}
.demo-container {