Take out the jump when recording a voice message

pull/21833/head
Travis Ralston 2021-07-21 14:47:42 -06:00
parent 56290f3d01
commit ca1a1e488a
1 changed files with 4 additions and 2 deletions

View File

@ -29,8 +29,10 @@ limitations under the License.
display: flex;
flex-direction: column;
// min-height at this level so the mx_BasicMessageComposer_input
// still stays vertically centered when less than 50px
min-height: 50px;
// still stays vertically centered when less than 55px.
// We also set this to ensure the voice message recording widget
// doesn't cause a jump.
min-height: 55px;
.mx_BasicMessageComposer_input {
padding: 3px 0;