From 30670cc26ac3957df96af0dc309b96acdb1432e7 Mon Sep 17 00:00:00 2001 From: the1812 Date: Sat, 20 May 2023 15:36:14 +0800 Subject: [PATCH] Fix control background width (#3173) --- .../video/player/control-background/control-background.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/lib/components/video/player/control-background/control-background.scss b/registry/lib/components/video/player/control-background/control-background.scss index 9b6b25989..3a16db36b 100644 --- a/registry/lib/components/video/player/control-background/control-background.scss +++ b/registry/lib/components/video/player/control-background/control-background.scss @@ -29,7 +29,7 @@ position: absolute; bottom: 0; height: calc(100% - 17px); - width: 100%; + width: calc(100% - 24px); background-color: rgba(0, 0, 0, var(--video-control-opacity)); z-index: -1; @include on-fullscreen {