diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5f12683..baaf46aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Posts: fixed emojis being cut off in reactions modal. - Posts: fix audio player progress bar visibility. +- Posts: fix audio player avatar aspect ratio for non-square avatars. - Posts: added missing gap in pending status. - Compatibility: fixed quote posting compatibility with custom Pleroma forks. - Profile: fix "load more" button height on account gallery page. diff --git a/app/soapbox/features/audio/index.tsx b/app/soapbox/features/audio/index.tsx index 3b91aee88..a4a5ee19c 100644 --- a/app/soapbox/features/audio/index.tsx +++ b/app/soapbox/features/audio/index.tsx @@ -465,10 +465,9 @@ const Audio: React.FC = (props) => { = (props) => { )}