aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-31 11:38:05 +0100
committerChocobozzz <me@florianbigard.com>2018-01-31 11:38:05 +0100
commit1f788f2044928325e48c5d88ecbc72501873558e (patch)
tree5adec286aa86477fd638efebe42ecf42d55043e5 /client/src/app/header
parent6693df9dd60e6966186bcb7765218596de7b65c0 (diff)
downloadPeerTube-1f788f2044928325e48c5d88ecbc72501873558e.tar.gz
PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.tar.zst
PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.zip
Improve responsive on video watch
Diffstat (limited to 'client/src/app/header')
-rw-r--r--client/src/app/header/header.component.scss2
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