]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.scss
Fix client error logging
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.scss
index ae8bdccafaf0b6b836d7827eabac27341aab8d27..4404fa9b2dcc35f1feff0e40093ec784d2ca5f4c 100644 (file)
@@ -28,7 +28,7 @@
   }
 }
 
-#warning-transcoding {
+.alert {
   text-align: center;
 }
 
           &:hover {
             opacity: 0.8;
           }
+
+          img {
+            @include avatar(18px);
+
+            margin: -2px 2px 0 5px;
+          }
         }
 
         my-help {
       .video-info-by a {
         @include disable-default-a-behaviour;
 
-        display: flex;
+        display: inline;
         align-items: center;
         font-size: 13px;
         color: #000;
         img {
           @include avatar(18px);
 
+          margin-top: -2px;
           margin-left: 7px;
         }
       }
       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 {