</a>
<div class="privacy-date">
- <span class="video-info-privacy" *ngIf="displayPrivacy">{{ playlist.privacy.label }}</span>
+ <span class="privacy" *ngIf="displayPrivacy">{{ playlist.privacy.label }}</span>
<span i18n class="updated-at">Updated {{ playlist.updatedAt | myFromNow }}</span>
</div>
- <div *ngIf="displayDescription" class="video-info-description" [innerHTML]="playlistDescription"></div>
+ <div *ngIf="displayDescription" class="description" [innerHTML]="playlistDescription"></div>
</div>
</div>
margin-top: 5px;
font-size: 13px;
- .video-info-privacy {
+ .privacy {
font-weight: $font-semibold;
&::after {
}
}
- .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);
}
}