Skip to content

Commit 1968da0

Browse files
committed
feat: AI coach vue 텍스트 박스 css 수정
1 parent ce65c88 commit 1968da0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/features/ai-coach/AICoach.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,11 @@ async function sendMessage() {
12951295
}
12961296
12971297
.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;
12981303
font-size: 0.95rem;
12991304
line-height: 1.7;
13001305
color: var(--text);

0 commit comments

Comments
 (0)