Fix control background width (#3173)

This commit is contained in:
the1812 2023-05-20 15:36:14 +08:00
parent 960b4310fd
commit 30670cc26a

View File

@ -29,7 +29,7 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
height: calc(100% - 17px); height: calc(100% - 17px);
width: 100%; width: calc(100% - 24px);
background-color: rgba(0, 0, 0, var(--video-control-opacity)); background-color: rgba(0, 0, 0, var(--video-control-opacity));
z-index: -1; z-index: -1;
@include on-fullscreen { @include on-fullscreen {