feat: add support for compactSummary option in article shortcode

This commit is contained in:
ZhenShuo Leo
2025-07-01 00:42:56 +08:00
parent ad1ba9905d
commit 965c241f8c
3 changed files with 16 additions and 2 deletions

View File

@@ -1028,6 +1028,12 @@ body.zen-mode-enable {
height: 8px;
}
}
.line-clamp-3 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.\!block {
display: block !important;
}