]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-list.component.scss
Client: split in angular modules
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-list.component.scss
index 1f491a6c3fc5a4f41b3e64a8ec2f8fc3c789c1f5..010f0dbfecb13f0ecd50e98b9e6a58c7bdc09d74 100644 (file)
@@ -1,12 +1,12 @@
 .videos-info {
+  @media screen and (max-width: 400px) {
+    margin-left: 0;
+  }
 
-  padding-bottom: 20px;
   margin-bottom: 20px;
   border-bottom: 1px solid #f1f1f1;
   height: 40px;
   line-height: 40px;
-  width: 765px;
-  margin-left: 15px;
 
   my-video-sort {
     padding-right: 0;
@@ -24,7 +24,7 @@
 }
 
 .videos-miniatures {
-  min-height: 650px;
+  min-height: 720px;
 
   my-video-miniature {
     transition: all 0.5s ease;