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

Commit d270e23

Browse files
committed
Fix voice message playback being squished up against send button
In the style shuffle of #5970 the playback bar got squished up against the send button. This just fixes the selector to actually hit the composer-based recorder all the time, not just when recording.
1 parent b5c2549 commit d270e23

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)