Added capture and capture previews to web UI

This commit is contained in:
Joel Collins 2018-11-12 16:22:49 +00:00
parent 49331d36a8
commit d75efa630b
5 changed files with 252 additions and 30 deletions

View file

@ -10,7 +10,7 @@ body {
}
/* Preview sizing */
img {
.middle img {
width: 100%;
height: 100%;
object-fit: contain
@ -68,8 +68,14 @@ img {
#captures {
font-size:12px;
margin-top: 20px;
}
.capture {
background-color: #d3d3d3;
margin-bottom: 5px;
}
.capture img {
width: 60px;
}