Move padding and width to MediaBody styles

This commit is contained in:
Travis Ralston 2021-07-21 14:47:02 -06:00
parent 3023fda497
commit 87ac2d7cc5
3 changed files with 6 additions and 5 deletions

View file

@ -19,9 +19,9 @@ limitations under the License.
// Container for live recording and playback controls
.mx_VoiceMessagePrimaryContainer {
// 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;
// The waveform (right) has a 1px padding on it that we want to account for, otherwise
// inherit from mx_MediaBody
padding-right: 11px;
// Cheat at alignment a bit
display: flex;