mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix control background width (#3173)
This commit is contained in:
parent
960b4310fd
commit
30670cc26a
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user