mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
26 lines
524 B
SCSS
26 lines
524 B
SCSS
@mixin subtitle {
|
|
&.bilibili-player-area .subtitle-position.subtitle-position {
|
|
&-bc,
|
|
&-bl,
|
|
&-br {
|
|
bottom: 20px !important;
|
|
}
|
|
}
|
|
&.touch-video-control-show .subtitle-position.subtitle-position {
|
|
&-bc,
|
|
&-bl,
|
|
&-br {
|
|
bottom: 68px !important;
|
|
}
|
|
}
|
|
.mode-webfullscreen &.touch-video-control-show,
|
|
.mode-fullscreen &.touch-video-control-show {
|
|
.subtitle-position.subtitle-position {
|
|
&-bc,
|
|
&-bl,
|
|
&-br {
|
|
bottom: 88px !important;
|
|
}
|
|
}
|
|
}
|
|
} |