Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自定义播放器大小-加强版宽屏失效 #1034

Closed
2220209876 opened this issue Oct 15, 2020 · 1 comment
Closed

自定义播放器大小-加强版宽屏失效 #1034

2220209876 opened this issue Oct 15, 2020 · 1 comment
Labels
question 提问

Comments

@2220209876
Copy link

#492

bilibiliEvolved.installStyle({name: 'widescreenPlus', style:
.player-mode-widescreen #app {
position: relative !important;
}
.player-mode-widescreen #bofqi {
width: 100vw !important;
height: calc(100vh + 46px) !important;
position: absolute !important;
left: 0 !important;
}
.player-mode-widescreen .player-wrap,
.player-mode-widescreen .danmaku-box {
height: calc(100vh + 50px + 46px) !important;
}
.player-mode-widescreen .custom-navbar {
transform: translateY(calc(100vh + 46px));
}
.player-mode-widescreen {
scrollbar-width: none !important;
}
.player-mode-widescreen #app {
transform: translateY(-70px);
}
.player-mode-widescreen::-webkit-scrollbar {
height: 0 !important;
width: 0 !important;
}, displayName: '加强版宽屏', mode: 'important'})

无效了

@the1812 the1812 added the question 提问 label Oct 15, 2020
@the1812
Copy link
Owner

the1812 commented Oct 15, 2020

#1003

@the1812 the1812 closed this as completed Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question 提问
Projects
None yet
Development

No branches or pull requests

2 participants