diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-07 10:02:01 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-07 10:02:01 +0100 |
commit | 7b272fd73f1ea67e83c1924f2cc33503b8759811 (patch) | |
tree | 5c171a051c25878bd8010eab0f3ed503efe0da1c /client/src/app/header/header.component.scss | |
parent | 41c3dfac99c41d2daec2a55554bb517ed5d59fc4 (diff) | |
download | PeerTube-7b272fd73f1ea67e83c1924f2cc33503b8759811.tar.gz PeerTube-7b272fd73f1ea67e83c1924f2cc33503b8759811.tar.zst PeerTube-7b272fd73f1ea67e83c1924f2cc33503b8759811.zip |
Fix dropdown menu in video watch
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 7ba8ef26c..e7761a9df 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | .icon.icon-search { | 11 | .icon.icon-search { |
12 | display: inline-block; | 12 | display: inline-block; |
13 | background: url('../../../assets/images/header/search.svg') no-repeat; | 13 | background: url('../../assets/images/header/search.svg') no-repeat; |
14 | background-size: contain; | 14 | background-size: contain; |
15 | width: 25px; | 15 | width: 25px; |
16 | height: 21px; | 16 | height: 21px; |
@@ -24,12 +24,13 @@ | |||
24 | 24 | ||
25 | .upload-button { | 25 | .upload-button { |
26 | @include peertube-button-link; | 26 | @include peertube-button-link; |
27 | @include orange-button; | ||
27 | 28 | ||
28 | margin-right: 25px; | 29 | margin-right: 25px; |
29 | 30 | ||
30 | .icon.icon-upload { | 31 | .icon.icon-upload { |
31 | display: inline-block; | 32 | display: inline-block; |
32 | background: url('../../../assets/images/header/upload.svg') no-repeat; | 33 | background: url('../../assets/images/header/upload.svg') no-repeat; |
33 | background-size: contain; | 34 | background-size: contain; |
34 | width: 22px; | 35 | width: 22px; |
35 | height: 24px; | 36 | height: 24px; |