From efba04c9982286cc56d3a54911bbfad0a526d665 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Thu, 3 Feb 2022 21:03:06 -0500 Subject: [PATCH] higher max height for lobby player container --- client/src/styles/game.css | 2 +- client/src/views/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/styles/game.css b/client/src/styles/game.css index 5e3f35b..c2c93d7 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -17,7 +17,7 @@ #lobby-players { overflow-y: auto; - max-height: 30em; + max-height: 44em; overflow-x: hidden; padding: 0 10px; border-radius: 3px; diff --git a/client/src/views/home.html b/client/src/views/home.html index 66bc3c2..825f5e8 100644 --- a/client/src/views/home.html +++ b/client/src/views/home.html @@ -6,7 +6,7 @@ Werewolf Utility - +