feat: adjust mobile player button

This commit is contained in:
shinya
2025-07-10 02:32:38 +08:00
parent 8572b75e2a
commit 8965108c8b
2 changed files with 10 additions and 2 deletions

View File

@@ -161,8 +161,16 @@ div[data-media-provider] video {
}
/* 隐藏移动端竖屏时的 pip 按钮 */
@media (max-width: 768px) and (orientation: portrait) {
@media (max-width: 768px) {
.art-control-pip {
display: none !important;
}
.art-control-fullscreenWeb {
display: none !important;
}
.art-control-volume {
display: none !important;
}
}