Skip to content

Commit

Permalink
update: item details
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Jun 14, 2024
1 parent d8ba0e9 commit fdd56e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rules/bangumi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ if (isPageBangumi()) {
itemID: 'bangumi-page-hide-right-container-section-height',
description: '隐藏 大会员按钮 ★',
defaultStatus: true,
itemCSS: `[class^='vipPaybar_'] {display: none !important;}`,
itemCSS: `.plp-r [class^='vipPaybar_'], .plp-r [class^='paybar_'] {display: none !important;}`,
}),
// 隐藏 弹幕列表, 默认开启
new CheckboxItem({
Expand Down
2 changes: 1 addition & 1 deletion src/rules/dynamic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ if (isPageDynamic()) {
/* .bili-dyn-item__panel {padding-bottom: 0 !important;} */
.bili-comment-container, .bili-tabs {display: none !important;}
.bili-opus-view {border-radius: 6px !important;}
.opus-detail {margin-bottom: 10px !important;}
.opus-detail {margin-bottom: 10px !important; min-height: unset !important;}
#app .content .dyn-tabs {display: none !important;}
#app .content .card {padding-bottom: 30px!important;}
`,
Expand Down

0 comments on commit fdd56e0

Please sign in to comment.