Add channels to upload form
[oweals/peertube.git] / client / src / app / videos / video-list / video-list.component.scss
index eddcf07769b173da71fff71e614ab87daba4fc89..4b44096023f097ea7ee3852862fa26a3e2560ae0 100644 (file)
 }
 
 .videos-miniatures {
-  min-height: 720px;
   text-align: center;
   padding-top: 0;
 
   my-video-miniature {
     text-align: left;
-    transition: all 0.5s ease;
-
-    &.ng-enter {
-      opacity: 0;
-    }
-
-    &.ng-enter-active {
-      opacity: 1;
-    }
-
-    &.ng-leave {
-      opacity: 0;
-    }
   }
 
   .no-video {