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
e0f56e7ff6
commit
1b590e352c
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user