Skip to content

Commit

Permalink
update: video page right container css
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Apr 12, 2024
1 parent 45a57cf commit bddb29b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- 修复:空间页css
- 新增:隐藏页底footer
- 优化:净化功能细节

## 3.4.2

Expand Down
6 changes: 4 additions & 2 deletions src/rules/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1055,14 +1055,16 @@ if (isPageVideo() || isPagePlaylist()) {
itemID: 'video-page-hide-right-container-right-bottom-banner',
description: '隐藏 活动banner',
defaultStatus: true,
itemCSS: `#right-bottom-banner {display: none !important;}`,
itemCSS: `#right-bottom-banner {display: none !important;}
.video-container-v1 .right-container .right-container-inner {padding-bottom: 15px !important;}`,
}),
// 隐藏 直播间推荐, 默认开启
new CheckboxItem({
itemID: 'video-page-hide-right-container-live',
description: '隐藏 直播间推荐',
defaultStatus: true,
itemCSS: `.right-container .pop-live-small-mode {display: none !important;}`,
itemCSS: `.right-container .pop-live-small-mode {display: none !important;}
.video-container-v1 .right-container .right-container-inner {padding-bottom: 15px !important;}`,
}),
]
videoGroupList.push(new Group('video-right', '右侧 视频栏', rightItems))
Expand Down

0 comments on commit bddb29b

Please sign in to comment.