Skip to content

Commit 188930d

Browse files
authored
Update index.html
1 parent 8108def commit 188930d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
font-family: Arial, sans-serif;
1010
margin: 0;
1111
padding: 0;
12-
background-color: #f2f2f2;
12+
background-color: #f4f4f4;
1313
display: flex;
1414
flex-direction: column;
1515
height: 100vh;
@@ -19,9 +19,9 @@
1919
text-align: center;
2020
background-color: #ffc827;
2121
color: black;
22-
padding: 12px;
22+
padding: 12px 0;
2323
margin: 0;
24-
font-size: 22px;
24+
font-size: 20px;
2525
}
2626

2727
#chat {
@@ -30,35 +30,35 @@
3030
padding: 16px;
3131
display: flex;
3232
flex-direction: column;
33-
gap: 12px;
3433
}
3534

3635
.message {
36+
margin-bottom: 12px;
3737
padding: 12px 16px;
38-
border-radius: 18px;
38+
border-radius: 10px;
3939
max-width: 75%;
4040
word-wrap: break-word;
41+
line-height: 1.5;
4142
font-size: 16px;
42-
line-height: 1.4;
4343
}
4444

4545
.user-message {
46-
background-color: #d0f0fd;
46+
background-color: #e0f7fa;
4747
align-self: flex-end;
48-
border-bottom-right-radius: 4px;
48+
text-align: right;
4949
}
5050

5151
.agent-message {
52-
background-color: #ffffff;
52+
background-color: #f1f1f1;
5353
align-self: flex-start;
54-
border-bottom-left-radius: 4px;
54+
text-align: left;
5555
}
5656

5757
#input-form {
5858
display: flex;
59+
border-top: 1px solid #ccc;
5960
padding: 10px;
6061
background: white;
61-
border-top: 1px solid #ccc;
6262
}
6363

6464
#user-input {

0 commit comments

Comments
 (0)