diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index 24f47f3..5a767f4 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -31,7 +31,7 @@ .chat__content--users { height: 650px; - width: 250px; + width: auto; overflow-y: auto; overflow-x: auto; } diff --git a/luckydiamond/src/components/ChatComponent.vue b/luckydiamond/src/components/ChatComponent.vue index 6c45020..66f5669 100644 --- a/luckydiamond/src/components/ChatComponent.vue +++ b/luckydiamond/src/components/ChatComponent.vue @@ -52,9 +52,9 @@ export default { SendMessageToChat(msg[0]); - if(this.array.length > 7) { - this.array.shift() - } + // if(this.array.length > 7) { + // this.array.shift() + // } } }, mounted() {