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

## 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 18:52:01 +08:00 committed by jessopb
parent d50a74327f
commit 02ba41e759

View file

@ -75,7 +75,7 @@
.media__info-text--contracted { .media__info-text--contracted {
margin-top: var(--spacing-m); margin-top: var(--spacing-m);
max-height: 3rem; max-height: 5rem;
overflow: hidden; overflow: hidden;
} }
@ -90,7 +90,7 @@
} }
.media__info-text--fade { .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; overflow-wrap: anywhere;
} }