make montage images be display: block; This makes the layout not jump around when a camera feed dies
This commit is contained in:
parent
2dd8b5df1f
commit
90882edc31
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue