Skip to content

Commit

Permalink
update: live page style
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Oct 11, 2024
1 parent 76fb7e7 commit 4aedc1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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 @@

- 更新:播放页 相关视频功能 适配页面变化
- 更新:播放页 视频过滤 适配页面变化
- 优化:直播页 弹幕栏相关功能
- 修复:空间页 评论过滤

## 4.0.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

### 测试版:[Release 安装](https://github.com/festoney8/bilibili-cleaner/releases/)

- 开发版:[CI Build](https://github.com/festoney8/bilibili-cleaner/actions/workflows/dev-v4-ci.yml?query=is%3Asuccess)
- 开发版:[CI Build](https://github.com/festoney8/bilibili-cleaner/actions/workflows/dev-ci.yml?query=is%3Asuccess)

## 使用

Expand Down Expand Up @@ -270,5 +270,5 @@

## Contribution

- main branch 只用于发布测试版和稳定版
- dev-v4 branch 用于开发
- main 分支只用于发布测试版和稳定版
- dev 分支用于开发
4 changes: 4 additions & 0 deletions src/modules/rules/live/groups/right.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ html[live-page-control-panel-icon-row] {
}
#chat-control-panel-vm {
height: 115px;
min-height: unset !important;
}

// 弹幕栏
Expand Down Expand Up @@ -213,6 +214,7 @@ html[live-page-chat-input-ctnr-send-btn] {
}
#chat-control-panel-vm {
height: fit-content !important;
min-height: unset !important;
}

// 弹幕栏
Expand All @@ -236,6 +238,7 @@ html[live-page-chat-input-ctnr] {
}
#chat-control-panel-vm {
height: fit-content !important;
min-height: unset !important;
}

// 弹幕栏
Expand All @@ -255,6 +258,7 @@ html[live-page-chat-input-ctnr] {
html[live-page-chat-control-panel] {
#chat-control-panel-vm {
display: none !important;
min-height: unset !important;
}

// 弹幕栏
Expand Down

0 comments on commit 4aedc1b

Please sign in to comment.