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

Commit

Permalink
Merge pull request #8861 from luixxiul/PlaybackContainer
Browse files Browse the repository at this point in the history
Fix blowout of waveform of the voice message player on narrow UI
  • Loading branch information
Johennes authored Mar 3, 2023
2 parents 2d2b40d + a0f1cb4 commit b48b968
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/audio_messages/_PlaybackContainer.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ limitations under the License.

contain: content;

.mx_Waveform,
.mx_RecordingPlayback_timelineLayoutMiddle {
min-width: 0; /* Prevent a blowout */
}

/* Waveforms are present in live recording only */
.mx_Waveform {
.mx_Waveform_bar {
Expand Down

0 comments on commit b48b968

Please sign in to comment.