diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-06-23 12:20:14 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2020-07-02 17:31:09 +0200 |
commit | 1c5842083148121aa8eda3fe949f29d3f7bc1d11 (patch) | |
tree | 45d9a9f5a782e79c9e119e3e1903d6f02e0ebe03 /app/javascript/flavours/glitch/features/status/components | |
parent | 1ad79d11f3b53d21669a01778b4efa8deb3cee58 (diff) |
[Glitch] Change volume control and download buttons in web UI
Port 419ad6248beb192f34ef581306138c3ff0d600a9 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/features/status/components')
-rw-r--r-- | app/javascript/flavours/glitch/features/status/components/detailed_status.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/features/status/components/detailed_status.js b/app/javascript/flavours/glitch/features/status/components/detailed_status.js index 834390d28..628fe8a5c 100644 --- a/app/javascript/flavours/glitch/features/status/components/detailed_status.js +++ b/app/javascript/flavours/glitch/features/status/components/detailed_status.js @@ -143,8 +143,7 @@ export default class DetailedStatus extends ImmutablePureComponent { alt={attachment.get('description')} duration={attachment.getIn(['meta', 'original', 'duration'], 0)} poster={status.getIn(['account', 'avatar_static'])} - height={110} - preload + height={150} /> ); mediaIcon = 'music'; |