mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 23:16:49 +00:00
Merge branch 'main' into webmention
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user