Skip to content

Commit

Permalink
fix: video page section height css typo
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Jan 2, 2024
1 parent fc3abec commit 0be2d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ if (location.href.startsWith('https://www.bilibili.com/video/')) {
true,
undefined,
false,
`.base-video-sections-v1 .video-sections-content-list {height: fit-content !important; max-height: 350px !important};
.video-sections-v1 .video-sections-content-list {height: fit-content !important; max-height: 350px !important};`,
`.base-video-sections-v1 .video-sections-content-list {height: fit-content !important; max-height: 350px !important;}
.video-sections-v1 .video-sections-content-list {height: fit-content !important; max-height: 350px !important;}`,
),
)
// 隐藏 视频合集 自动连播
Expand Down

0 comments on commit 0be2d42

Please sign in to comment.