Truncate video description

This commit is contained in:
Chocobozzz 2023-11-10 15:11:00 +01:00
parent 1246b6d839
commit e62e826474
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 7 additions and 0 deletions

View File

@ -149,6 +149,13 @@
@import '../scss/_variables';
.video {
.description {
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
overflow: hidden;
}
.image-container {
// For the duration overlay
.img {