Bilibili-Evolved/registry/lib/components/video/player/preserve-danmaku-input/danmaku-input.scss
the1812 82db7fc7e7 Add 3.x player support (#3187)
- playerControlBackground
- preserveDanmakuInput
2022-09-02 23:04:48 +08:00

11 lines
198 B
SCSS

@import 'common';
@media screen and (max-width: 1200px) {
.bpx-player-video-inputbar,
.bilibili-player-video-inputbar {
@include on-fullscreen {
display: flex !important;
}
}
}