mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
22 lines
521 B
SCSS
22 lines
521 B
SCSS
body.disable-highlight-danmaku-style .b-danmaku-high {
|
|
display: block !important;
|
|
padding: 0 !important;
|
|
line-height: 1.125 !important;
|
|
.b-danmaku-high-icon {
|
|
display: none !important;
|
|
}
|
|
.b-danmaku-high-text {
|
|
margin: 0 !important;
|
|
text-shadow: inherit;
|
|
}
|
|
}
|
|
body.disable-up-danmaku-style .b-danmaku-up {
|
|
padding: 0 !important;
|
|
line-height: 1.125 !important;
|
|
background-color: transparent !important;
|
|
border-radius: 0 !important;
|
|
.b-danmaku-up-tip {
|
|
display: none !important;
|
|
}
|
|
}
|