diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-31 11:58:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-31 11:58:11 +0100 |
commit | dd7789417181d202061ce5f693f1f72ab8d243c3 (patch) | |
tree | 48dd8f78a51ab3c62d818f17b3fa6bd298c61d05 /client/src/app/header/header.component.scss | |
parent | 1f788f2044928325e48c5d88ecbc72501873558e (diff) | |
download | PeerTube-dd7789417181d202061ce5f693f1f72ab8d243c3.tar.gz PeerTube-dd7789417181d202061ce5f693f1f72ab8d243c3.tar.zst PeerTube-dd7789417181d202061ce5f693f1f72ab8d243c3.zip |
Fix responsive with modale and menu displayed
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index d589d66c9..63b724cba 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -37,6 +37,10 @@ | |||
37 | 37 | ||
38 | margin-right: 25px; | 38 | margin-right: 25px; |
39 | 39 | ||
40 | @media screen and (max-width: 800px) { | ||
41 | margin-right: 0; | ||
42 | } | ||
43 | |||
40 | .icon.icon-upload { | 44 | .icon.icon-upload { |
41 | @include icon(22px); | 45 | @include icon(22px); |
42 | 46 | ||