]> 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 63538a089914aa2bbf88a2fc13dacc10c6f1c27d..91091a5bb23916c0bdac1cdcd3a56d22b69d0542 100644 (file)
@@ -1,3 +1,5 @@
+@import '_mixins';
+
 .videos {
   text-align: center;
 
@@ -6,6 +8,14 @@
   }
 }
 
+.title-page.title-page-single {
+  margin-right: 5px;
+}
+
+my-video-feed {
+  display: inline-block;
+}
+
 @media screen and (max-width: 500px) {
   .videos {
     text-align: center;
@@ -24,7 +34,7 @@
         }
       }
 
-      /deep/ .video-thumbnail {
+      .video-thumbnail {
         width: 100%;
         height: auto;