aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-15 13:46:11 +0200
committerChocobozzz <me@florianbigard.com>2022-06-15 13:46:11 +0200
commitb38fcaad022beec5e552056208000f7d383fe854 (patch)
treeaa8c10867fef35b09236ba0a0ca1cb063bc240ef /client
parentc738d6b950bd286ec40bc5cdaa032b6c8a83b0d1 (diff)
downloadPeerTube-b38fcaad022beec5e552056208000f7d383fe854.tar.gz
PeerTube-b38fcaad022beec5e552056208000f7d383fe854.tar.zst
PeerTube-b38fcaad022beec5e552056208000f7d383fe854.zip
Increase margin between upload and search inputs
Diffstat (limited to 'client')
-rw-r--r--client/src/app/header/header.component.scss8
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
4my-search-typeahead { 4my-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;