From bc6ed5d4832d054e62286b4829131a4d617161ea Mon Sep 17 00:00:00 2001 From: Raphael Wickihalder Date: Thu, 17 Mar 2022 12:38:57 +0100 Subject: [PATCH] Vertically center play button --- ui/scss/component/_videojs.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scss/component/_videojs.scss b/ui/scss/component/_videojs.scss index 4a8ce66cb..b1a050124 100644 --- a/ui/scss/component/_videojs.scss +++ b/ui/scss/component/_videojs.scss @@ -263,6 +263,8 @@ button.vjs-big-play-button { .vjs-big-play-button { left: calc(50% - 2.5rem) !important; margin-left: unset !important; + top: calc(50% - 2.5rem) !important; + margin-top: unset !important; } }