diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 13:46:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-15 13:46:11 +0200 |
commit | b38fcaad022beec5e552056208000f7d383fe854 (patch) | |
tree | aa8c10867fef35b09236ba0a0ca1cb063bc240ef | |
parent | c738d6b950bd286ec40bc5cdaa032b6c8a83b0d1 (diff) | |
download | PeerTube-b38fcaad022beec5e552056208000f7d383fe854.tar.gz PeerTube-b38fcaad022beec5e552056208000f7d383fe854.tar.zst PeerTube-b38fcaad022beec5e552056208000f7d383fe854.zip |
Increase margin between upload and search inputs
-rw-r--r-- | client/src/app/header/header.component.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index de483086b..8a4111c5a 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -2,7 +2,11 @@ | |||
2 | @use '_mixins' as *; | 2 | @use '_mixins' as *; |
3 | 3 | ||
4 | my-search-typeahead { | 4 | my-search-typeahead { |
5 | @include margin-right(15px); | 5 | @include margin-right(80px); |
6 | |||
7 | @media screen and (max-width: $small-view) { | ||
8 | @include margin-right(15px); | ||
9 | } | ||
6 | } | 10 | } |
7 | 11 | ||
8 | .publish-button { | 12 | .publish-button { |
@@ -11,7 +15,7 @@ my-search-typeahead { | |||
11 | @include button-with-icon(22px, 3px, -1px); | 15 | @include button-with-icon(22px, 3px, -1px); |
12 | @include margin-right(25px); | 16 | @include margin-right(25px); |
13 | 17 | ||
14 | @media screen and (max-width: 600px) { | 18 | @media screen and (max-width: $mobile-view) { |
15 | @include margin-right(10px); | 19 | @include margin-right(10px); |
16 | 20 | ||
17 | padding: 0 10px; | 21 | padding: 0 10px; |