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.scss | |
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.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 8a4111c5a..cf6e96d07 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -1,14 +1,6 @@ | |||
1 | @use '_variables' as *; | 1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | 2 | @use '_mixins' as *; |
3 | 3 | ||
4 | my-search-typeahead { | ||
5 | @include margin-right(80px); | ||
6 | |||
7 | @media screen and (max-width: $small-view) { | ||
8 | @include margin-right(15px); | ||
9 | } | ||
10 | } | ||
11 | |||
12 | .publish-button { | 4 | .publish-button { |
13 | @include peertube-button-link; | 5 | @include peertube-button-link; |
14 | @include orange-button; | 6 | @include orange-button; |