Skip to content

Commit e08c0df

Browse files
authored
Merge pull request #48 from necyberteam/height-and-cleanup
Height-and-cleanup
2 parents fa62f4e + e15f669 commit e08c0df

File tree

4 files changed

+3
-96
lines changed

4 files changed

+3
-96
lines changed

src/hooks/useChatBotSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { DEFAULT_CONFIG } from '../config/constants';
33
import NewChatButton from '../components/NewChatButton';
44
import UserIcon from '../components/UserIcon';
55
import LoginButton from '../components/LoginButton';
6-
import { Button } from "react-chatbotify"
6+
import { Button } from "react-chatbotify";
77

88
/**
99
* Custom hook to generate ChatBot settings

src/hooks/useGetLastUserQuery.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/hooks/useHandleAIQuery.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/styles/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
.rcb-chat-window {
1717
width: 550px !important;
1818
max-width: calc(100%);
19-
max-height: 600px;
19+
height: 800px !important;
20+
max-height: 80vh !important;
2021
}
2122

2223
.rcb-chat-window .rcb-bot-avatar {

0 commit comments

Comments
 (0)