[Glitch] Fix more visual issues with the audio player

Port 2e99e3cab3 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-08-25 15:09:19 +02:00
committed by Thibaut Girka
parent 84d4d75c91
commit b90bd31cfd
5 changed files with 29 additions and 7 deletions

View File

@ -140,7 +140,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
src={attachment.get('url')}
alt={attachment.get('description')}
duration={attachment.getIn(['meta', 'original', 'duration'], 0)}
height={150}
height={110}
preload
/>
);