summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-11-03 14:53:41 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-11-03 14:53:41 -0400
commita3242f40e0bb123d2c75dd854d115dba80ea1496 (patch)
tree6ca2d1051ea4fbcf790e35603d93b5bea8476ea9 /www/css
parentcc19ea44d4d209400acfc3e9928acb4dd93da931 (diff)
hide options for #554
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css15
1 files changed, 13 insertions, 2 deletions
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);
+
}