From f17f9a3b6b35e2789ed2f5996dfc6aa83081911f Mon Sep 17 00:00:00 2001 From: dwithana Date: Thu, 25 Jul 2024 13:20:50 -0400 Subject: [PATCH] Align CC btn in control bar with green border --- src/styles/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/main.scss b/src/styles/main.scss index d4a53d39..769c28c5 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -61,6 +61,11 @@ font-size: 90%; } +/* Center the CC button in mobile devices */ +.vjs-subs-caps-button>button { + padding: 0; +} + .is-mobile .vjs-control { width: 2rem !important; }