make montage images be display: block; This makes the layout not jump around when a camera feed dies

This commit is contained in:
Isaac Connor 2017-07-07 10:05:20 -04:00
parent 2dd8b5df1f
commit 90882edc31
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#monitors .imageFeed img { #monitors .imageFeed img {
border: 2px solid #ffffff; border: 2px solid #ffffff;
display: block;
} }
#monitors .imageFeed img.idle { #monitors .imageFeed img.idle {

View File

@ -21,6 +21,7 @@
#monitors .imageFeed img { #monitors .imageFeed img {
border: 2px solid #999999; border: 2px solid #999999;
display: block;
} }
#monitors .imageFeed img.idle { #monitors .imageFeed img.idle {

View File

@ -21,6 +21,7 @@
#monitors .imageFeed img { #monitors .imageFeed img {
border: 2px solid #ffffff; border: 2px solid #ffffff;
display: block;
} }
#monitors .imageFeed img.idle { #monitors .imageFeed img.idle {