Fix: hide danmuku

This commit is contained in:
Lazy 2024-06-14 15:23:33 +08:00
parent 2eab015fd8
commit b9026ddd95
1 changed files with 11 additions and 4 deletions

View File

@ -189,10 +189,6 @@ a {
height: 100% !important;
}
.art-danmuku-emitter,
.art-layer-danmuku-emitter {
display: none !important;
}
.art-video-player {
margin-bottom: 0 !important;
}
@ -244,6 +240,17 @@ a {
z-index: 800;
}
@media screen and (min-width: 992px) and (max-width: 1160px), (max-width: 875px) {
.artplayer-plugin-danmuku {
justify-content: end !important;
.apd-config,
.apd-emitter {
display: none !important;
}
}
}
@media (max-width: 768px) {
.menu-drawer {
position: absolute !important;