Skip to content

加强版宽屏的一个小问题 #1317

Discussion options

You must be logged in to vote
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 !importa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by the1812
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants