diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-31 11:38:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-31 11:38:05 +0100 |
commit | 1f788f2044928325e48c5d88ecbc72501873558e (patch) | |
tree | 5adec286aa86477fd638efebe42ecf42d55043e5 /client/src/app/header/header.component.scss | |
parent | 6693df9dd60e6966186bcb7765218596de7b65c0 (diff) | |
download | PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.tar.gz PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.tar.zst PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.zip |
Improve responsive on video watch
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 1b67042fc..d589d66c9 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -10,7 +10,7 @@ | |||
10 | color: #000; | 10 | color: #000; |
11 | } | 11 | } |
12 | 12 | ||
13 | @media screen and (max-width: 600px) { | 13 | @media screen and (max-width: 800px) { |
14 | width: calc(100% - 150px); | 14 | width: calc(100% - 150px); |
15 | } | 15 | } |
16 | 16 | ||