File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 ;
1919 text-align : center;
2020 background-color : # ffc827 ;
2121 color : black;
22- padding : 12px ;
22+ padding : 12px 0 ;
2323 margin : 0 ;
24- font-size : 22 px ;
24+ font-size : 20 px ;
2525 }
2626
2727 # chat {
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 : 18 px ;
38+ border-radius : 10 px ;
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 : 4 px ;
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 : 4 px ;
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 {
You can’t perform that action at this time.
0 commit comments