Fix width

This commit is contained in:
the1812 2023-06-02 22:17:11 +08:00
parent bc00826239
commit 5b155e58d1
2 changed files with 6 additions and 2 deletions

View File

@ -175,3 +175,8 @@
}
}
}
// 适配控制栏着色
.bpx-player-control-bottom.bpx-player-control-bottom::before {
width: 100%;
}

View File

@ -27,10 +27,9 @@
&::before {
content: '';
position: absolute;
left: 0;
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 {