更新主题,新增评论方式介绍

This commit is contained in:
JohnathanLin
2023-12-31 18:17:19 +08:00
parent 4e68850975
commit f41d04d3b5
6 changed files with 75 additions and 4 deletions

View File

@ -445,4 +445,12 @@ div.friend-link div.friend-link-bio {
font-size: 16px;
line-height: 32px;
overflow: hidden;
}
.no-comment-but {
font-size: 14px;
}
.no-comment-but a {
border-bottom: 1px solid var(--secondary);
}

View File

@ -6,7 +6,8 @@
.main .profile {
align-items: center;
min-height: calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));
/* min-height: calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2)); 改为全屏*/
min-height: calc(100vh - var(--header-height) );
text-align: center;
}