Bilibili-Evolved/registry/lib/components/feeds/extend-live/extend-feeds-live.scss
2021-10-26 13:19:37 +08:00

31 lines
613 B
SCSS

@import "common";
.live-up-list {
max-height: calc(100vh - 380px);
body.feeds-filter-side-block-profile & {
max-height: calc(100vh - 180px);
}
@include no-scrollbar();
.live-detail[data-live-title] {
color: black;
body.dark & {
color: #eee;
}
.up-name {
font-size: 13px !important;
opacity: 0.6;
}
&::before {
content: attr(data-live-title);
color: black;
line-height: 1.5;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
body.dark & {
color: #eee;
}
}
}
}