]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.scss
Add ability to schedule video publication
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.scss
index 508c553a4cb53df705665c28fc40df416b6ac0b8..71770c93b9fc1effa557713310ced396bcfa3e1d 100644 (file)
@@ -11,8 +11,8 @@
     height: 500px;
 
     @media screen and (max-width: 600px) {
-      height: auto;
-      max-height: calc(100vh - #{$header-height});
+      width: 100vw;
+      height: calc(100vw / 1.7); // 16/9
     }
 
     // VideoJS create an inner video player
       position: relative !important;
     }
   }
+
+  /deep/ .video-js.vjs-theater-enabled {
+    width: 100%;
+    height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
+  }
+}
+
+.alert {
+  text-align: center;
 }
 
 #video-not-found {
             opacity: 0.8;
           }
         }
+
+        my-help {
+          display: inline-block;
+        }
       }
 
       .video-info-by a {
               }
             }
 
-            &.action-button-share {
-              width: 82px;
+            .icon-text {
+              margin-left: 3px;
             }
 
             &.action-button-like.activated {
         @include peertube-word-wrap;
       }
 
+      .glyphicon, .description-loading {
+        margin-left: 3px;
+      }
+
       .description-loading {
         display: inline-block;
       }