From f4b0f90b4b7999329dc27134a7e67a62da6f078f Mon Sep 17 00:00:00 2001 From: OpSimple Date: Mon, 18 Jun 2018 03:56:08 +0530 Subject: Minor changes to prevent ugliness --- client/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/style.css b/client/style.css index 1990c0b..8fcbab8 100644 --- a/client/style.css +++ b/client/style.css @@ -53,7 +53,7 @@ ul li { display: none; } .expand { - height: 90%; + height: 100%; } .container { max-width: 600px; @@ -111,6 +111,7 @@ ul li { } #sidebar-content { width: 180px; + padding-bottom: 10%; } @media only screen and (max-width: 600px) { .messages { -- cgit v1.2.1