diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 10:02:17 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 10:02:17 +0100 |
commit | 20206dfb0bfe1537912ae0a5b99f2fa40c881d33 (patch) | |
tree | 1b51dca6bce2d0dc1c2c667dd13af1ddc50baca1 /client/src/app/header/header.component.scss | |
parent | 9b7d1c723d7c11572d91d606954997e413f56a1f (diff) | |
download | PeerTube-20206dfb0bfe1537912ae0a5b99f2fa40c881d33.tar.gz PeerTube-20206dfb0bfe1537912ae0a5b99f2fa40c881d33.tar.zst PeerTube-20206dfb0bfe1537912ae0a5b99f2fa40c881d33.zip |
Fix loading spinner in player
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 5f64ede98..fba70dd2f 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -7,7 +7,7 @@ | |||
7 | color: #000; | 7 | color: #000; |
8 | } | 8 | } |
9 | 9 | ||
10 | @media screen and (max-width: 800px) { | 10 | @media screen and (max-width: 600px) { |
11 | width: calc(100% - 150px); | 11 | width: calc(100% - 150px); |
12 | } | 12 | } |
13 | 13 | ||