lbry-desktop/ui/component/fileDescription
infiinte-persistence 108a898ebf Expandable: Fade out section when 'closed'
## Issue
The abrupt cut-off of the expandable section bugs me (looks like a rendering glitch), especially when it cuts off in the middle of a line.

## Change
In addition to the existing 'More' button, we fade out the section to provide additional visual cues.

## Approach
This solution doesn't require the background color to be known, so it will work regardless where <Expandable> is used, or whatever color-scheme is chosen.

However, it does utilize non-standard css -- for older browsers, it should simply cut-off like the before.
2020-10-02 11:54:43 -04:00
..
index.js add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
view.jsx Expandable: Fade out section when 'closed' 2020-10-02 11:54:43 -04:00