mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix width
This commit is contained in:
parent
bc00826239
commit
5b155e58d1
@ -175,3 +175,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 适配控制栏着色
|
||||||
|
.bpx-player-control-bottom.bpx-player-control-bottom::before {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@ -27,10 +27,9 @@
|
|||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
|
||||||
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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user