]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.scss
Add popover autoclose
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
index 0f0ff20f0bb3ccb97d80ec349cf96f4455bde15c..91091a5bb23916c0bdac1cdcd3a56d22b69d0542 100644 (file)
@@ -1,3 +1,5 @@
+@import '_mixins';
+
 .videos {
   text-align: center;
 
@@ -6,24 +8,39 @@
   }
 }
 
-@media screen and (max-width: 400px) and (min-resolution: 1.5dppx) {
+.title-page.title-page-single {
+  margin-right: 5px;
+}
+
+my-video-feed {
+  display: inline-block;
+}
+
+@media screen and (max-width: 500px) {
   .videos {
     text-align: center;
 
     /deep/ .video-miniature {
       padding-right: 0;
-      height: 215px;
+      height: auto;
       width: 100%;
+      margin-bottom: 20px;
 
       .video-miniature-information {
-        width: 100%;
+        width: 100% !important;
+
+        span {
+          width: 100%;
+        }
       }
 
-      /deep/ .video-thumbnail {
+      .video-thumbnail {
         width: 100%;
+        height: auto;
 
         img {
           width: 100%;
+          height: auto;
         }
       }
     }