diff --git a/registry/lib/components/feeds/full-content/full-content.scss b/registry/lib/components/feeds/full-content/full-content.scss index 23a8861c4..2a8cf7be0 100644 --- a/registry/lib/components/feeds/full-content/full-content.scss +++ b/registry/lib/components/feeds/full-content/full-content.scss @@ -1,11 +1,17 @@ -.dyn-card-opus__summary:first-child, +.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 { - .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;