Bilibili-Evolved/registry/lib/components/feeds/full-content/full-content.scss
2024-03-04 22:38:52 +08:00

22 lines
481 B
SCSS

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