diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-20 16:13:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-20 16:13:55 +0100 |
commit | 07fa4c97ca50b83b0bee9230da97d02401b4e05f (patch) | |
tree | 07a5ef1b14d8f0596c241456e4cc772f38c0e4ba /client/src/app/header/header.component.scss | |
parent | dddf58c8ce58f6cdd4b8ba93690cceae8f52c37d (diff) | |
download | PeerTube-07fa4c97ca50b83b0bee9230da97d02401b4e05f.tar.gz PeerTube-07fa4c97ca50b83b0bee9230da97d02401b4e05f.tar.zst PeerTube-07fa4c97ca50b83b0bee9230da97d02401b4e05f.zip |
Add support to video support on client
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 63b724cba..d79e6274b 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -14,7 +14,7 @@ | |||
14 | width: calc(100% - 150px); | 14 | width: calc(100% - 150px); |
15 | } | 15 | } |
16 | 16 | ||
17 | @media screen and (max-width: 400px) { | 17 | @media screen and (max-width: 600px) { |
18 | width: calc(100% - 70px); | 18 | width: calc(100% - 70px); |
19 | } | 19 | } |
20 | } | 20 | } |
@@ -50,7 +50,7 @@ | |||
50 | margin-right: 6px; | 50 | margin-right: 6px; |
51 | } | 51 | } |
52 | 52 | ||
53 | @media screen and (max-width: 400px) { | 53 | @media screen and (max-width: 600px) { |
54 | margin-right: 10px; | 54 | margin-right: 10px; |
55 | padding: 0 10px; | 55 | padding: 0 10px; |
56 | 56 | ||