最近评论

This commit is contained in:
tlyong1992
2022-05-31 13:42:02 +08:00
parent d902a22aa3
commit f16c6c01d3
7 changed files with 102 additions and 3 deletions

View File

@@ -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;
}