diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-12 10:36:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-12 10:37:22 +0200 |
commit | 9a3f72508cfac5264230bcb42492b10e714a1f2c (patch) | |
tree | 5364b87d06d544987160e6715000ba0fe1df47d3 /client/src/app/header/header.component.html | |
parent | 0582b4f972a72c2297676faf1e574f817a5712f9 (diff) | |
download | PeerTube-9a3f72508cfac5264230bcb42492b10e714a1f2c.tar.gz PeerTube-9a3f72508cfac5264230bcb42492b10e714a1f2c.tar.zst PeerTube-9a3f72508cfac5264230bcb42492b10e714a1f2c.zip |
Move search bar at the middle of the header
Diffstat (limited to 'client/src/app/header/header.component.html')
-rw-r--r-- | client/src/app/header/header.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/header/header.component.html b/client/src/app/header/header.component.html index f49f471c6..b5e9e3dd8 100644 --- a/client/src/app/header/header.component.html +++ b/client/src/app/header/header.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead> | 1 | <my-search-typeahead class="w-100 d-flex justify-content-center"></my-search-typeahead> |
2 | 2 | ||
3 | <a class="publish-button" routerLink="/videos/upload"> | 3 | <a class="publish-button" routerLink="/videos/upload"> |
4 | <my-global-icon iconName="upload" aria-hidden="true"></my-global-icon> | 4 | <my-global-icon iconName="upload" aria-hidden="true"></my-global-icon> |