fix comment-tab

This commit is contained in:
2025-06-15 22:34:44 +09:00
parent 619675b551
commit be86c11e74
5 changed files with 12 additions and 9 deletions

View File

@ -909,4 +909,8 @@
padding: 40px 20px;
color: #656d76;
font-style: italic;
}
.chat-message.comment-style {
border-left: 4px solid var(--theme-color);
}