diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-19 16:45:07 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-19 16:45:07 +0200 |
commit | a64668c024c84f2b0a01357d05092064f17ffd4e (patch) | |
tree | 14992a54b593d172fb45612ccf2db81ac02218f7 /client/src/app/app.component.scss | |
parent | f9f5478ca0778d0f64495bb05e19907582326fd1 (diff) | |
download | PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.tar.gz PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.tar.zst PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.zip |
Client: try to make it work with Android Firefox
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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 { | |||
4 | } | 4 | } |
5 | 5 | ||
6 | menu { | 6 | menu { |
7 | @media screen and (max-width: 600px) { | ||
8 | margin-right: 3px !important; | ||
9 | padding: 3px !important; | ||
10 | min-height: 400px !important; | ||
11 | } | ||
12 | |||
7 | min-height: 600px; | 13 | min-height: 600px; |
8 | margin-right: 20px; | 14 | margin-right: 20px; |
9 | border-right: 1px solid rgba(0, 0, 0, 0.2); | 15 | border-right: 1px solid rgba(0, 0, 0, 0.2); |
@@ -30,3 +36,9 @@ menu { | |||
30 | .panel-block:not(:last-child) { | 36 | .panel-block:not(:last-child) { |
31 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); | 37 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
32 | } | 38 | } |
39 | |||
40 | .router-outlet-container { | ||
41 | @media screen and (max-width: 400px) { | ||
42 | padding: 0 3px 0 3px; | ||
43 | } | ||
44 | } | ||