]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Align other videos block on small screens
authorChocobozzz <me@florianbigard.com>
Thu, 6 Sep 2018 06:59:46 +0000 (08:59 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 6 Sep 2018 07:00:59 +0000 (09:00 +0200)
client/src/app/videos/+video-watch/video-watch.component.scss

index 4811489eae25e189d4c2b4ed7629f64c87d03acd..fac4bdbe5deccb81aac5a1db8c9190d7d3a21157 100644 (file)
   }
 
   /deep/ .other-videos {
-    padding-left: 1em;
+    padding-left: 15px;
     width: 260px;
 
     .title-page {
@@ -457,10 +457,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;