mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
22 lines
481 B
SCSS
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;
|
|
}
|
|
}
|