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:
parent
c492204e26
commit
f6b17909f2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue