File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 "/>
6- < title > Webchat met GPT Agent </ title >
6+ < title > Indicatiehulp.ai </ title >
77 < style >
88 body {
99 font-family : Arial, sans-serif;
3333
3434 .message {
3535 margin-bottom : 12px ;
36- padding : 8 px 12 px ;
37- border-radius : 10 px ;
36+ display : flex ;
37+ flex-direction : column ;
3838 max-width : 75% ;
39- word-wrap : break-word;
4039 }
4140
4241 .user-message {
43- background-color : # e0f7fa ;
4442 align-self : flex-end;
4543 text-align : right;
44+ background-color : # e0f7fa ;
45+ border-radius : 12px 12px 0 12px ;
46+ padding : 10px 14px ;
4647 }
4748
4849 .agent-message {
49- background-color : # f1f1f1 ;
5050 align-self : flex-start;
5151 text-align : left;
52+ background-color : # f1f1f1 ;
53+ border-radius : 12px 12px 12px 0 ;
54+ padding : 10px 14px ;
5255 }
5356
5457 # input-form {
7881 }
7982
8083 button : hover {
81- background-color : # e6b800 ;
84+ background-color : # 125aa3 ;
85+ color : white;
8286 }
8387 </ style >
8488</ head >
You can’t perform that action at this time.
0 commit comments