From 82b0d725c37c8d3383858cbf4d24a4ddb2a071d2 Mon Sep 17 00:00:00 2001 From: Ginger Wong Date: Sun, 14 Jun 2020 21:27:50 -0700 Subject: [PATCH] center play btn hack --- webroot/index.html | 2 +- webroot/styles/layout.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/webroot/index.html b/webroot/index.html index 04919bda5..7a95781c4 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -62,7 +62,7 @@ poster="https://goth.land/thumbnail.png" data-setup='{}' > - + diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index e64e6647d..ce3e3ff1e 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -168,6 +168,13 @@ header h1 { display: block; min-height: 100% } + +.video-js .vjs-big-play-button { + left: 50%; + top: 50%; + margin-left: -1.5em; + margin-top: -0.75em; +} /* ************************************************8 */ #stream-info {