diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-15 13:43:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-15 13:43:50 +0200 |
commit | f1ac63488c0050fec1c4d713d74db4f4ea944395 (patch) | |
tree | fbb3a33152bef18bac501c1a4c3f46ae9b586bb6 /client/src/app/header | |
parent | fe88ca697d4c43b24cdc2462f5e4e83548776a51 (diff) | |
download | PeerTube-f1ac63488c0050fec1c4d713d74db4f4ea944395.tar.gz PeerTube-f1ac63488c0050fec1c4d713d74db4f4ea944395.tar.zst PeerTube-f1ac63488c0050fec1c4d713d74db4f4ea944395.zip |
Refactor menu css
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 | ||