diff options
author | OpSimple <opsimple@protonmail.com> | 2018-06-18 00:26:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 00:26:08 +0200 |
commit | f4b0f90b4b7999329dc27134a7e67a62da6f078f (patch) | |
tree | a248f3e098ab7ed09922177870bc42f4b00b345c | |
parent | Solved the sidebar scroll for mobile users (diff) | |
download | hackchat-f4b0f90b4b7999329dc27134a7e67a62da6f078f.tar.gz hackchat-f4b0f90b4b7999329dc27134a7e67a62da6f078f.zip |
Minor changes to prevent ugliness
-rw-r--r-- | client/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |