]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix #576 - show 'Others videos' on a <1300px viewport
authorSimounet <contact@simounet.net>
Mon, 25 Jun 2018 17:13:47 +0000 (19:13 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 28 Jun 2018 12:29:01 +0000 (14:29 +0200)
client/src/app/videos/+video-watch/video-watch.component.scss

index ddd19e04959b317640d9fdb128060da6ee9dd1b7..dfabdfa60435fd44a0b95e4b606e7ca60cd25093 100644 (file)
       display: flex;
       height: 100%;
       margin-bottom: 20px;
+      flex-wrap: wrap;
 
       .video-miniature-information {
         margin-left: 10px;
+        flex-grow: 1;
       }
     }
   }
 }
 
 @media screen and (max-width: 1300px) {
+  .video-bottom {
+    flex-direction: column;
+  }
+
   .other-videos {
-    display: none;
+    padding-left: 0;
   }
 
   .privacy-concerns {