diff --git a/frontend/src/components/Chat.vue b/frontend/src/components/Chat.vue index c8c85e3..15ace39 100644 --- a/frontend/src/components/Chat.vue +++ b/frontend/src/components/Chat.vue @@ -5,7 +5,7 @@

{{$t("chat.chat")}}

-

{{$tc("chat.spectators", spectators)}}

+

{{$tc("chat.spectators", spectators)}}

@@ -178,6 +178,7 @@ input { .chat, .cont { display: flex; flex-direction: column; + max-height: 90vh; } #msg-form { width:100%; @@ -197,7 +198,7 @@ input { margin-left: 10pt; } .chat, .cont { - height: 90vh; + height: 88vh; margin-left: 10pt; } #submit-message { diff --git a/frontend/src/components/Lobby.vue b/frontend/src/components/Lobby.vue index f29a790..e31319a 100644 --- a/frontend/src/components/Lobby.vue +++ b/frontend/src/components/Lobby.vue @@ -329,7 +329,6 @@ export default { this.$socket.emit('start_game') }, shufflePlayers() { - this.started = true; this.$socket.emit('shuffle_players') }, choose(player_name) {