mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix video full description in watchlater (#3916)
This commit is contained in:
parent
657d8dba2b
commit
331e70cf3b
@ -1,11 +1,13 @@
|
||||
.video-desc .info,
|
||||
.video-desc .desc-info,
|
||||
.video-desc-v1 .desc-info,
|
||||
.video-desc-container .basic-desc-info,
|
||||
.play-up-info .play-up-self {
|
||||
height: auto !important;
|
||||
}
|
||||
.video-desc .btn,
|
||||
.video-desc .toggle-btn,
|
||||
.video-desc-container .toggle-btn,
|
||||
.video-desc-v1 .toggle-btn,
|
||||
.play-up-info .play-up-self-btn {
|
||||
display: none !important;
|
||||
|
||||
@ -9,7 +9,7 @@ const name = 'fullVideoDescription'
|
||||
const entry = () => {
|
||||
addStyle(style, name)
|
||||
videoChange(async () => {
|
||||
const desc = await select('.video-desc, .video-desc-v1')
|
||||
const desc = await select('.video-desc, .video-desc-v1, .video-desc-container')
|
||||
if (!desc) {
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user