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/app.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/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 24c4f66c7..8e88bceff 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -49,7 +49,6 @@ | |||
49 | 49 | ||
50 | #peertube-title { | 50 | #peertube-title { |
51 | @include disable-default-a-behaviour; | 51 | @include disable-default-a-behaviour; |
52 | width: 100%; | ||
53 | font-size: 20px; | 52 | font-size: 20px; |
54 | font-weight: $font-bold; | 53 | font-weight: $font-bold; |
55 | color: inherit !important; | 54 | color: inherit !important; |
@@ -79,6 +78,10 @@ | |||
79 | display: none; | 78 | display: none; |
80 | } | 79 | } |
81 | } | 80 | } |
81 | |||
82 | @media screen and (max-width: 350px) { | ||
83 | flex: auto; | ||
84 | } | ||
82 | } | 85 | } |
83 | 86 | ||
84 | .header-right { | 87 | .header-right { |