]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss
Media queries to use variables when possible
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-playlists / my-account-video-playlists.component.scss
index dd5712c06d39f4753fdf4cf8d1599131d88839f0..aed3302ba45b37d1489cfac0776f7dd726b0108d 100644 (file)
 
   .video-playlist-buttons {
     min-width: 190px;
+    height: max-content;
   }
 }
 
 .video-playlists-header {
-  text-align: right;
+  display: flex;
+  justify-content: space-between;
   margin: 20px 0 50px;
+
+  input[type=text] {
+    @include peertube-input-text(300px);
+  }
 }
 
-@media screen and (max-width: 800px) {
+@media screen and (max-width: $small-view) {
   .video-playlists-header {
     text-align: center;
   }
       margin-top: 10px;
     }
   }
+
+  my-video-playlist-miniature ::ng-deep .miniature {
+    flex-direction: column;
+
+    .miniature-info {
+      margin-left: 0 !important;
+    }
+
+    .miniature-name {
+      max-width: $video-thumbnail-width;
+    }
+  }
 }