fix mobile css, ask-ai

This commit is contained in:
2025-06-19 17:27:16 +09:00
parent 8541af9293
commit f816abb84f
10 changed files with 392 additions and 59 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;
}