]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/search/search.component.scss
Fix responsive on videos search
[github/Chocobozzz/PeerTube.git] / client / src / app / search / search.component.scss
index 330eef9d8ee7eb48c35c36259b7af3a6e8c35f2d..ef89c56661fc7a31c2acd7e205ef07977b000f37 100644 (file)
 }
 
 @media screen and (max-width: 800px) {
+  .search-result {
+    margin: 20px 10px;
+  }
+
   .results-header {
     font-size: 15px !important;
   }
       }
 
       my-video-thumbnail {
-        margin-right: 0;
+        margin-right: 0 !important;
+
+        /deep/ .video-thumbnail {
+          width: 100%;
+          height: auto;
+
+          img {
+            width: 100%;
+            height: auto;
+          }
+        }
       }
     }
   }