]> www.vanbest.org Git - motioneye-debian/commitdiff
a better css layout fix for small screens with single camera
authorCalin Crisan <ccrisan@gmail.com>
Sun, 24 Aug 2014 11:40:54 +0000 (14:40 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 24 Aug 2014 11:40:54 +0000 (14:40 +0300)
static/css/main.css

index bcc880c2b7af1e55e09a24de5d1d3b9db47473a0..1a8d24fa9aef8fa6a177cb513a6d21aacbb39712 100644 (file)
@@ -813,4 +813,9 @@ img.camera-progress {
     div.camera-frame-place-holder {
         width: 98%;
     }
+
+    div.camera-frame:only-child,
+    div.camera-frame-place-holder:only-child {
+        width: 98%;
+    }
 }