From 53d688f21969d78fbf456f88e151bedb00e49fc7 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 18 Aug 2021 11:18:24 -0400 Subject: [PATCH] Fix skip button on control bar in firefox --- public/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/content.css b/public/content.css index 7494d7fb..54e6cb85 100644 --- a/public/content.css +++ b/public/content.css @@ -508,6 +508,10 @@ input::-webkit-inner-spin-button { display: flex; } +.skipButtonControlBarContainer.hidden { + display: none !important; +} + #sbSkipIconControlBarImage { height: 60%; top: 0px;