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

Commit b48b968

Browse files
authored
Merge pull request #8861 from luixxiul/PlaybackContainer
Fix blowout of waveform of the voice message player on narrow UI
2 parents 2d2b40d + a0f1cb4 commit b48b968

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/audio_messages/_PlaybackContainer.pcss

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ limitations under the License.
2929

3030
contain: content;
3131

32+
.mx_Waveform,
33+
.mx_RecordingPlayback_timelineLayoutMiddle {
34+
min-width: 0; /* Prevent a blowout */
35+
}
36+
3237
/* Waveforms are present in live recording only */
3338
.mx_Waveform {
3439
.mx_Waveform_bar {

0 commit comments

Comments
 (0)