From: Calin Crisan Date: Sun, 24 Aug 2014 11:40:54 +0000 (+0300) Subject: a better css layout fix for small screens with single camera X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=c41c4a3ba586e6bbe10e87ae5ab4f136f4257dd8;p=motioneye-debian a better css layout fix for small screens with single camera --- diff --git a/static/css/main.css b/static/css/main.css index bcc880c..1a8d24f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -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%; + } }