]> 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 4811489eae25e189d4c2b4ed7629f64c87d03acd..15adf0f61bd8e839ae55c8e626822a282335f087 100644 (file)
@@ -81,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 {
@@ -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;