UNPKG

angular-ai-chat-bot

Version:

Angular 6 AI Chat Bot module with Google Api

21 lines (18 loc) 301 B
.chat-window { display: flex; min-height: 500px; max-height: 500px; width: 35%; } .container { display: flex; height: 200px; width: 100px; } .message { display: flex; border-radius: 50px; justify-content: center; align-items: center; padding: 5px 10px; }