We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce65c88 commit 1968da0Copy full SHA for 1968da0
frontend/src/features/ai-coach/AICoach.vue
@@ -1295,6 +1295,11 @@ async function sendMessage() {
1295
}
1296
1297
.answer-text {
1298
+ padding: 0.8rem 1.2rem;
1299
+ background: rgba(255, 255, 255, 0.05);
1300
+ border: 1px solid var(--glass-border);
1301
+ border-radius: 12px;
1302
+ border-top-left-radius: 2px;
1303
font-size: 0.95rem;
1304
line-height: 1.7;
1305
color: var(--text);
0 commit comments