summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-10 15:00:11 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-10 15:00:11 -0500
commit445dbcf856901bde8175829edf3a08400f830d56 (patch)
treec821d499cc2f8af6f24ad9736f8c5c95e4ff8b35 /www/css
parenta11e9426dcbbec7c5df39c29b99befa360feaea8 (diff)
video automatically fits to screen #358
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css27
1 files changed, 17 insertions, 10 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 445bb8ba..7812a173 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -825,7 +825,10 @@ input[type=range]::-webkit-slider-thumb {
float: left;
}
-.videogular-container-modal-width {
+/* don't need these, responsive is on
+and parent div is hard pixels
+
+ .videogular-container-modal-width {
height: auto;
width: 100%;
margin: auto;
@@ -833,10 +836,11 @@ input[type=range]::-webkit-slider-thumb {
}
.videogular-container-modal-height {
- height: 40%;
+ height: 100%;
+ width:auto;
margin: auto;
- overflow: hidden;
-}
+
+}*/
videogular div.event-time {
position: absolute;
@@ -873,13 +877,7 @@ videogular div.event-time {
box-sizing: border-box;
}
-body {
- font-family: sans-serif;
-}
-* {
- font-family: -apple-system, "Helvetica Neue", sans-serif;
-}
/* ---- grid ---- */
@@ -1148,3 +1146,12 @@ body {
display: none !important;
}
}
+
+body {
+ font-family: sans-serif;
+ height:100%;
+}
+
+* {
+ font-family: -apple-system, "Helvetica Neue", sans-serif;
+} \ No newline at end of file