diff options
Diffstat (limited to 'client/src/app/header')
-rw-r--r-- | client/src/app/header/search-typeahead.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss index a60aa38d6..c754a99d1 100644 --- a/client/src/app/header/search-typeahead.component.scss +++ b/client/src/app/header/search-typeahead.component.scss | |||
@@ -5,6 +5,7 @@ | |||
5 | 5 | ||
6 | #search-video { | 6 | #search-video { |
7 | @include peertube-input-text($search-input-width); | 7 | @include peertube-input-text($search-input-width); |
8 | |||
8 | padding-left: 10px; | 9 | padding-left: 10px; |
9 | padding-right: 40px; // For the search icon | 10 | padding-right: 40px; // For the search icon |
10 | font-size: 14px; | 11 | font-size: 14px; |
@@ -14,7 +15,7 @@ | |||
14 | } | 15 | } |
15 | } | 16 | } |
16 | 17 | ||
17 | .icon.icon-search { | 18 | .icon-search { |
18 | @include icon(25px); | 19 | @include icon(25px); |
19 | height: 18px; | 20 | height: 18px; |
20 | 21 | ||