Skip to content

Commit

Permalink
update: webscreen scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Jun 18, 2024
1 parent 8e94c41 commit c58e225
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rules/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ if (isPageVideo() || isPagePlaylist()) {
.webscreen-fix :is(.right-container, .playlist-container--right) {
padding-top: 100vh;
}
/* 隐藏小窗 */
.webscreen-fix .float-nav-exp .nav-menu .item.mini,
.webscreen-fix .fixed-sidenav-storage .mini-player-window {
display: none !important;
}
/* 滚动条 */
.webscreen-fix::-webkit-scrollbar {
display: none !important;
Expand Down

0 comments on commit c58e225

Please sign in to comment.