Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 04d566e

Browse files
authored
Merge pull request #5988 from matrix-org/travis/voicemessages/glitch-1
Fix voice message playback being squished up against send button
2 parents 1e6c6e9 + d270e23 commit 04d566e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/rooms/_VoiceRecordComposerTile.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ limitations under the License.
4646
mask-image: url('$(res)/img/element-icons/trashcan.svg');
4747
}
4848

49-
.mx_VoiceRecordComposerTile_recording.mx_VoiceMessagePrimaryContainer {
49+
.mx_MessageComposer_row .mx_VoiceMessagePrimaryContainer {
5050
// Note: remaining class properties are in the PlayerContainer CSS.
5151

5252
margin: 6px; // force the composer area to put a gutter around us
53-
margin-right: 12px; // isolate from stop button
53+
margin-right: 12px; // isolate from stop/send button
5454

5555
position: relative; // important for the live circle
5656

0 commit comments

Comments
 (0)