2
0

Show comments in the admin/instances page (#29240)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Jeong Arm
2024-02-28 21:07:06 +09:00
committed by GitHub
parent edfc53856f
commit deffb8ecb6
2 changed files with 21 additions and 0 deletions

View File

@@ -324,6 +324,23 @@ $content-width: 840px;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
.comment {
display: block;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 4px;
&.private-comment {
display: block;
color: $darker-text-color;
}
&.public-comment {
display: block;
color: $secondary-text-color;
}
}
}
& > p {