Merge pull request #6370 from matrix-org/travis/voice_messages/right-panel

Fix voice messages in right panels
This commit is contained in:
Travis Ralston
2021-07-14 08:46:55 -06:00
committed by GitHub
5 changed files with 24 additions and 4 deletions

View File

@@ -49,4 +49,8 @@ limitations under the License.
padding-right: 6px; // with the fixed width this ends up as a visual 8px most of the time, as intended.
padding-left: 8px; // isolate from recording circle / play control
}
&.mx_VoiceMessagePrimaryContainer_noWaveform {
max-width: 162px; // with all the padding this results in 185px wide
}
}