File description (collapsed): show ~3 lines instead of ~1 (#403)

## Ticket
- Closes https://github.com/lbryio/lbry-desktop/issues/7222
- Also felt it's too squished for the longest time. Previously fixed comments but didn't handle this.
This commit is contained in:
infinite-persistence 2021-12-01 07:52:09 -08:00 committed by GitHub
parent c492204e26
commit f6b17909f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@
.media__info-text--contracted {
margin-top: var(--spacing-m);
max-height: 3rem;
max-height: 5rem;
overflow: hidden;
}
@ -90,7 +90,7 @@
}
.media__info-text--fade {
-webkit-mask-image: -webkit-gradient(linear, left 30%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
-webkit-mask-image: -webkit-gradient(linear, left 55%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
overflow-wrap: anywhere;
}