LatestPosts

This commit is contained in:
tangly1024
2022-12-11 17:43:37 +08:00
parent dfa83c30c1
commit cd8a39a6e4
3 changed files with 25 additions and 12 deletions

View File

@@ -191,4 +191,15 @@ nav {
.wl-meta > span {
@apply dark:bg-gray-800 !important
}
/* 固定两行 */
.text-line-2 {
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-wrap: break-word;
word-break: break-all;
}