]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.scss
Fix admin access to moderators
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.scss
index c657e4b7076e5350389478beea68cbc9ea67ce2b..15adf0f61bd8e839ae55c8e626822a282335f087 100644 (file)
@@ -37,9 +37,8 @@
   }
 
   /deep/ .video-js {
-    width: calc(100vw - 240px);
-    height: auto;
-    max-height: 500px;
+    width: 888px;
+    height: 500px;
 
     &.vjs-theater-enabled {
       height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
@@ -82,6 +81,7 @@
     flex-grow: 1;
     // Set min width for flex item
     min-width: 1px;
+    max-width: 100%;
 
     .video-info-first-row {
       display: flex;
   }
 
   /deep/ .other-videos {
-    padding-left: 1em;
+    padding-left: 15px;
     width: 260px;
 
     .title-page {
 
 my-video-comments {
   display: inline-block;
+  width: 100%;
   margin-bottom: 20px;
 }
 
@@ -457,10 +458,6 @@ my-video-comments {
 }
 
 @media screen and (max-width: 1300px) {
-  /deep/ .other-videos {
-    padding-left: 0 !important;
-  }
-
   .privacy-concerns {
     font-size: 12px;
     padding: 2px 5px;