From a64668c024c84f2b0a01357d05092064f17ffd4e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Jul 2016 16:45:07 +0200 Subject: Client: try to make it work with Android Firefox --- client/src/app/app.component.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'client/src/app/app.component.scss') diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 1a9a196ff..1d42f2a04 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -4,6 +4,12 @@ header div { } menu { + @media screen and (max-width: 600px) { + margin-right: 3px !important; + padding: 3px !important; + min-height: 400px !important; + } + min-height: 600px; margin-right: 20px; border-right: 1px solid rgba(0, 0, 0, 0.2); @@ -30,3 +36,9 @@ menu { .panel-block:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } + +.router-outlet-container { + @media screen and (max-width: 400px) { + padding: 0 3px 0 3px; + } +} -- cgit v1.2.3