]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase margin between upload and search inputs
authorChocobozzz <me@florianbigard.com>
Wed, 15 Jun 2022 11:46:11 +0000 (13:46 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 15 Jun 2022 11:46:11 +0000 (13:46 +0200)
client/src/app/header/header.component.scss

index de483086bf599f7d6721a8876db3ca088378102c..8a4111c5a30048ae3adee1552bbbbb0f4bc0c039 100644 (file)
@@ -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;