From a3242f40e0bb123d2c75dd854d115dba80ea1496 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 3 Nov 2017 14:53:41 -0400 Subject: hide options for #554 --- www/css/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 4c4af862..302e7b06 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -344,7 +344,7 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ .ptzcenteredbotbutton { position: absolute; - top: 80%; + top: 85%; left: 50%; transform: translate(-50%, -50%); } @@ -1297,6 +1297,17 @@ fill-opacity: 0.8; fill: #1F3A93; } + + + +.ptzHalf { + height:50%; + display:block; +} + + + + @media (min-width:600px) { .montage-time { display: block !important; @@ -1313,7 +1324,7 @@ fill-opacity: 0.8; body { font-family: sans-serif; height:100%; - padding-top: constant(safe-area-inset-top); + } -- cgit v1.2.3