From 7be6c8309fc8119b0f2af89efe3e4da920febe07 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Mar 2021 12:26:12 +0000 Subject: [PATCH] Video style --- epicyon-profile.css | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index aa4dfc68c..69413f016 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -184,35 +184,6 @@ body, html { image-rendering: var(--rendering); } -video { - width: 100%; -} - -figure[data-fullscreen=true] { - max-width: 100%; - width: 100%; - margin: 0; - padding: 0; - max-height: 100%; -} - -figure[data-fullscreen=true] video { - height: auto; -} - -figure[data-fullscreen=true] .controls { - position: absolute; - bottom: 2%; - width: 100%; - z-index: 2147483647; -} -figure[data-fullscreen=true] .controls li { - width: 5%; -} -figure[data-fullscreen=true] .controls .progress { - width: 68%; -} - figure { padding-left: 0; padding-right: 0; @@ -1031,6 +1002,9 @@ div.container { font-size: var(--font-size); color: var(--title-color); } + video { + width: 125%; + } .accountsTable { width: 100%; border: 0; @@ -1701,6 +1675,9 @@ div.container { font-size: var(--font-size-mobile); color: var(--title-color); } + video { + width: 100%; + } .accountsTable { width: 100%; border: 0;