Merge branch 'main' into webmention

This commit is contained in:
tangly1024
2023-04-05 12:40:28 +08:00
committed by GitHub
108 changed files with 1936 additions and 1079 deletions

View File

@@ -215,7 +215,7 @@ nav {
}
.next #announcement-content *{
font-size:10px !important;
font-size:12px !important;
line-height:1.5 !important;
}
@@ -308,4 +308,11 @@ a.avatar-wrapper {
.reply-author-name {
font-weight: 500;
/* 最多显示4行文字 */
.p-4-lines {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
text-overflow: ellipsis;
}