mirror of https://github.com/vector-im/riot-web
Merge pull request #8861 from luixxiul/PlaybackContainer
Fix blowout of waveform of the voice message player on narrow UIpull/28217/head
commit
b48b968ac4
|
@ -29,6 +29,11 @@ limitations under the License.
|
||||||
|
|
||||||
contain: content;
|
contain: content;
|
||||||
|
|
||||||
|
.mx_Waveform,
|
||||||
|
.mx_RecordingPlayback_timelineLayoutMiddle {
|
||||||
|
min-width: 0; /* Prevent a blowout */
|
||||||
|
}
|
||||||
|
|
||||||
/* Waveforms are present in live recording only */
|
/* Waveforms are present in live recording only */
|
||||||
.mx_Waveform {
|
.mx_Waveform {
|
||||||
.mx_Waveform_bar {
|
.mx_Waveform_bar {
|
||||||
|
|
Loading…
Reference in New Issue