]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/header.component.scss
Add infinite scroll to comments
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
index 5f64ede981afd88c8657a99eadd719755b137445..1b67042fc23affdad0eacbded644a380ce3f2698 100644 (file)
@@ -1,3 +1,6 @@
+@import '_variables';
+@import '_mixins';
+
 #search-video {
   @include peertube-input-text($search-input-width);
   margin-right: 15px;
@@ -7,7 +10,7 @@
     color: #000;
   }
 
-  @media screen and (max-width: 800px) {
+  @media screen and (max-width: 600px) {
     width: calc(100% - 150px);
   }