Bilibili-Evolved/registry/lib/components/feeds/full-content/full-content.scss
2023-11-19 15:14:35 +08:00

16 lines
345 B
SCSS

.dyn-card-opus__summary:first-child,
.card .main-content {
.bili-rich-text__action,
.expand-btn,
.content-ellipsis {
display: none !important;
}
.bili-rich-text__content,
.content-full {
-webkit-line-clamp: unset !important;
display: block !important;
height: auto !important;
max-height: unset !important;
}
}