Merge pull request #8861 from luixxiul/PlaybackContainer

Fix blowout of waveform of the voice message player on narrow UI
pull/28217/head
Johannes Marbach 2023-03-03 10:19:51 +01:00 committed by GitHub
commit b48b968ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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 {