mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update folded content class (fix #4633)
This commit is contained in:
parent
c2092dc567
commit
ece8d359d2
@ -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 {
|
.card .main-content {
|
||||||
.bili-rich-text__action,
|
|
||||||
.expand-btn,
|
.expand-btn,
|
||||||
.content-ellipsis {
|
.content-ellipsis {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.bili-rich-text__content,
|
|
||||||
.content-full {
|
.content-full {
|
||||||
-webkit-line-clamp: unset !important;
|
-webkit-line-clamp: unset !important;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user