mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
27 lines
700 B
SCSS
27 lines
700 B
SCSS
.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;
|
|
}
|
|
}
|
|
body {
|
|
&.video-control-progress-background {
|
|
.bui-track-video-progress .bui-bar-wrap {
|
|
background: rgba(0, 0, 0, var(--video-control-opacity)) !important;
|
|
}
|
|
}
|
|
&.player-fullscreen-fix,
|
|
&.player-mode-webfullscreen {
|
|
.bilibili-player-video-control-bottom {
|
|
margin: -2px 0 0 0 !important;
|
|
padding: 13px 0 0 !important;
|
|
height: 45px !important;
|
|
}
|
|
}
|
|
}
|