Added capture and capture previews to web UI
This commit is contained in:
parent
49331d36a8
commit
d75efa630b
5 changed files with 252 additions and 30 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue