mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
update comment display
This commit is contained in:
parent
8dee31ca16
commit
2f279848b9
1 changed files with 4 additions and 2 deletions
|
|
@ -298,11 +298,12 @@ img {
|
||||||
|
|
||||||
.comment-time {
|
.comment-time {
|
||||||
color: #7a7a7a;
|
color: #7a7a7a;
|
||||||
font-size: 0.9rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-card-title {
|
.comment-card-title {
|
||||||
grid-area: title;
|
grid-area: title;
|
||||||
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -409,13 +410,14 @@ html.dark .latest-comments .comment-avatar-fallback,
|
||||||
.comment-card-body {
|
.comment-card-body {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"info"
|
|
||||||
"title"
|
"title"
|
||||||
|
"info"
|
||||||
"text";
|
"text";
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-card-title {
|
.comment-card-title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
margin-bottom: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-title-link {
|
.comment-title-link {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue