fix getprofile

This commit is contained in:
2025-06-19 18:05:00 +09:00
parent 27d0737a3a
commit 8a82f392ca
2 changed files with 14 additions and 3 deletions

View File

@@ -664,7 +664,8 @@ article.article-content {
.chat-message.comment-style {
background: #ffffff;
border: 1px solid #d1d9e0;
border-radius: 8px;
border-left: 4px solid var(--theme-color);
border-radius: 8px;
padding: 16px;
margin-bottom: 12px;
}