Truncate video description
This commit is contained in:
parent
1246b6d839
commit
e62e826474
|
@ -149,6 +149,13 @@
|
||||||
@import '../scss/_variables';
|
@import '../scss/_variables';
|
||||||
|
|
||||||
.video {
|
.video {
|
||||||
|
.description {
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 7;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
// For the duration overlay
|
// For the duration overlay
|
||||||
.img {
|
.img {
|
||||||
|
|
Loading…
Reference in New Issue