mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-26 15:09:57 +00:00
LatestPosts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user