fix: 直播推流背景发白 (close #4410)

This commit is contained in:
Silence-dream 2023-09-06 17:41:39 +08:00 committed by the1812
parent c1d7441801
commit 9362fa3456
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ dist/profile.json
dist/bilibili-evolved.dev.user.js
registry/dist/doc.js
dev-tools/**/dist/
.idea

View File

@ -769,3 +769,7 @@
}
}
}
#{contains('live-info-content')} {
background: transparent !important;
}