aboutsummaryrefslogtreecommitdiffstats
path: root/client/style.css
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-06-19 15:38:14 +0200
committerGitHub <noreply@github.com>2018-06-19 15:38:14 +0200
commit8b86f3a8f41a97d65b1e1fe09ec413924be049ce (patch)
treea248f3e098ab7ed09922177870bc42f4b00b345c /client/style.css
parentMerge pull request #17 from OpSimple/patch-1 (diff)
parentMinor changes to prevent ugliness (diff)
downloadhackchat-8b86f3a8f41a97d65b1e1fe09ec413924be049ce.tar.gz
hackchat-8b86f3a8f41a97d65b1e1fe09ec413924be049ce.zip
Merge pull request #18 from OpSimple/master
Solved the sidebar scroll for mobile users
Diffstat (limited to 'client/style.css')
-rw-r--r--client/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/style.css b/client/style.css
index 18abc33..8fcbab8 100644
--- a/client/style.css
+++ b/client/style.css
@@ -52,6 +52,9 @@ ul li {
.hidden {
display: none;
}
+.expand {
+ height: 100%;
+}
.container {
max-width: 600px;
margin: 0 auto;
@@ -108,6 +111,7 @@ ul li {
}
#sidebar-content {
width: 180px;
+ padding-bottom: 10%;
}
@media only screen and (max-width: 600px) {
.messages {