From: Chocobozzz Date: Wed, 15 Jun 2022 11:46:11 +0000 (+0200) Subject: Increase margin between upload and search inputs X-Git-Tag: v4.3.0-rc.1~514 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b38fcaad022beec5e552056208000f7d383fe854;p=github%2FChocobozzz%2FPeerTube.git Increase margin between upload and search inputs --- 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 @@ @use '_mixins' as *; my-search-typeahead { - @include margin-right(15px); + @include margin-right(80px); + + @media screen and (max-width: $small-view) { + @include margin-right(15px); + } } .publish-button { @@ -11,7 +15,7 @@ my-search-typeahead { @include button-with-icon(22px, 3px, -1px); @include margin-right(25px); - @media screen and (max-width: 600px) { + @media screen and (max-width: $mobile-view) { @include margin-right(10px); padding: 0 10px;