mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
16 lines
253 B
SCSS
16 lines
253 B
SCSS
.video-toolbar-v1 {
|
|
.share-wrap {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.video-toolbar-container {
|
|
.video-share-wrap {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.player-left-components {
|
|
[class*="toolbar_share_info"] {
|
|
display: none !important;
|
|
}
|
|
}
|