]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.scss
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-playlist / video-playlist-miniature.component.scss
index c350192f48f496af62b076b41c13ce0d03e43e6f..d43afad28e978134717254701f8f451044e51486 100644 (file)
@@ -53,9 +53,9 @@
 
   .privacy-date {
     margin-top: 5px;
-    font-size: 13px;
+    font-size: 14px;
 
-    .video-info-privacy {
+    .privacy {
       font-weight: $font-semibold;
 
       &::after {
@@ -65,7 +65,9 @@
     }
   }
 
-  .video-info-description {
+  .description {
+    @include peertube-word-wrap;
+
     margin-top: 10px;
     color: pvar(--greyForegroundColor);
   }
   .miniature-thumbnail {
     @include margin-right(10px);
 
-    width: var(--rowThumbnailWidth);
+    min-width: var(--rowThumbnailWidth);
+    max-width: var(--rowThumbnailWidth);
     height: var(--rowThumbnailHeight);
   }
 }