Skip to content

Commit 19b98f2

Browse files
authored
Merge pull request #45 from josephmasson26/38-resize-the-chat-window-again
2 parents 3dfa81c + fba4683 commit 19b98f2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

DiagnoseMeApp/public/home.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ body, html {
114114

115115
.box:nth-child(3):hover {
116116
background: #8b6dc3;
117-
color: #66bcde;
117+
color: #66dade;
118118
box-shadow: 0 0 30px #e13c62;
119119
text-shadow: 0 0 30px #e13c62;
120120
opacity: 1;
@@ -157,6 +157,10 @@ body, html {
157157
box-sizing: border-box;
158158
}
159159

160+
.react-chatbot-kit-chat-container {
161+
min-width: 400px; /* adjust as needed */
162+
height: 100%; /* adjust as needed */
163+
}
160164

161165
.chatbot {
162166
position: absolute; /* Positions the chatbot relative to the .main-box */
@@ -168,4 +172,5 @@ body, html {
168172
overflow: auto
169173
}
170174

175+
171176

DiagnoseMeApp/src/configs/chatbotConfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config = {
77

88
customStyles: ICustomStyles ={
99
botMessageBox: {
10-
backgroundColor: '#ff7e5f',
10+
backgroundColor: '#35cbd0',
1111
},
1212
chatButton: {
1313
backgroundColor: '#7f4fe7',

0 commit comments

Comments
 (0)