mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
26 lines
641 B
SCSS
26 lines
641 B
SCSS
@import "common";
|
|
|
|
.bilibili-player-video-control {
|
|
&-mask {
|
|
background: transparent !important;
|
|
}
|
|
.bilibili-player-video-control-bottom {
|
|
background: rgba(0, 0, 0, var(--video-control-opacity)) !important;
|
|
margin: 5px 0 0 0 !important;
|
|
padding: 9px 0 0 !important;
|
|
height: 30px !important;
|
|
@include on-fullscreen {
|
|
margin: -2px 0 0 0 !important;
|
|
padding: 13px 0 0 !important;
|
|
height: 45px !important;
|
|
}
|
|
}
|
|
}
|
|
body {
|
|
&.video-control-progress-background {
|
|
.bui-track-video-progress .bui-bar-wrap {
|
|
background: rgba(0, 0, 0, var(--video-control-opacity)) !important;
|
|
}
|
|
}
|
|
}
|