aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorOpSimple <opsimple@protonmail.com>2018-06-18 00:26:08 +0200
committerGitHub <noreply@github.com>2018-06-18 00:26:08 +0200
commitf4b0f90b4b7999329dc27134a7e67a62da6f078f (patch)
treea248f3e098ab7ed09922177870bc42f4b00b345c /client
parentSolved the sidebar scroll for mobile users (diff)
downloadhackchat-f4b0f90b4b7999329dc27134a7e67a62da6f078f.tar.gz
hackchat-f4b0f90b4b7999329dc27134a7e67a62da6f078f.zip
Minor changes to prevent ugliness
Diffstat (limited to 'client')
-rw-r--r--client/style.css3
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 {