Unify audio message types to new media body

This commit is contained in:
Travis Ralston 2021-06-23 13:34:57 -06:00
parent 8ce77e618f
commit ffef2e58cb
6 changed files with 33 additions and 11 deletions

View file

@ -22,17 +22,11 @@ limitations under the License.
// 7px top and bottom for visual design. 12px left & right, but the waveform (right)
// has a 1px padding on it that we want to account for.
padding: 7px 12px 7px 11px;
background-color: $message-body-panel-bg-color;
border-radius: 12px;
// Cheat at alignment a bit
display: flex;
align-items: center;
color: $message-body-panel-fg-color;
font-size: $font-14px;
line-height: $font-24px;
.mx_Waveform {
.mx_Waveform_bar {
background-color: $voice-record-waveform-incomplete-fg-color;