加强版宽屏的一个小问题 #1317
Answered
by
the1812
SpoonerCake
asked this question in
提问 / Q&A
加强版宽屏的一个小问题
#1317
Replies: 1 comment
-
bilibiliEvolved.installStyle({name: 'widescreenPlus', style: `
.player-mode-widescreen #app {
position: relative !important;
transform: translateY(0px) !important;
}
.player-mode-widescreen .v-wrap {
max-width: unset !important;
}
.player-mode-widescreen #bilibili-player {
position: static !important;
}
.player-mode-widescreen .bilibili-player {
width: calc(100vw - 0px) !important;
height: calc(100vh + 0px) !important;
position: absolute !important;
left: 0px !important;
top: 0px !important;
}
.player-mode-widescreen #playerWrap {
height: calc(100vh - 50px - 24px) !important;
}
.player-mode-widescreen #danmukuBox
{
margin-top: 12px !important;
height: auto !important;
order: 0 !important;
}
.player-mode-widescreen .up-info
{
margin-top: calc(100vh - 50px) !important;
}
.player-mode-widescreen .custom-navbar,
.player-mode-widescreen .gui-settings-icon-panel,
.player-mode-widescreen .bilibili-player-video-bottom-area {
display: none !important;
}
.player-mode-widescreen {
scrollbar-width: none !important;
}
.player-mode-widescreen::-webkit-scrollbar {
height: 0 !important;
width: 0 !important;
}`, displayName: '加强版宽屏', mode: 'important'}) 页面变灰我倒是没遇到 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
the1812
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我用了加强版宽屏,最近的几个版本不能全屏了,底下会留出一些。
还有就是下滑到底部时页面变灰,不能操作
Beta Was this translation helpful? Give feedback.
All reactions