mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
最近评论
This commit is contained in:
@@ -158,3 +158,16 @@ nav {
|
||||
.medium-zoom-image--opened{
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
[data-waline] p {
|
||||
color: var(--waline-color);
|
||||
@apply dark:text-gray-200 !important
|
||||
}
|
||||
|
||||
.waline-recent-content p{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
Reference in New Issue
Block a user