mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-20 21:07:30 +08:00
feat: adjust mobile player button
This commit is contained in:
@@ -161,8 +161,16 @@ div[data-media-provider] video {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 隐藏移动端竖屏时的 pip 按钮 */
|
/* 隐藏移动端竖屏时的 pip 按钮 */
|
||||||
@media (max-width: 768px) and (orientation: portrait) {
|
@media (max-width: 768px) {
|
||||||
.art-control-pip {
|
.art-control-pip {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.art-control-fullscreenWeb {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.art-control-volume {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -860,7 +860,7 @@ function PlayPageClient() {
|
|||||||
playbackRate: true,
|
playbackRate: true,
|
||||||
aspectRatio: false,
|
aspectRatio: false,
|
||||||
fullscreen: true,
|
fullscreen: true,
|
||||||
fullscreenWeb: false,
|
fullscreenWeb: true,
|
||||||
subtitleOffset: false,
|
subtitleOffset: false,
|
||||||
miniProgressBar: false,
|
miniProgressBar: false,
|
||||||
mutex: true,
|
mutex: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user