Fix width

This commit is contained in:
the1812 2023-05-20 18:18:44 +08:00
parent e0f56e7ff6
commit 1b590e352c

View File

@ -27,9 +27,10 @@
&::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: calc(100% - 17px);
width: calc(100% - 24px);
width: 100%;
background-color: rgba(0, 0, 0, var(--video-control-opacity));
z-index: -1;
@include on-fullscreen {