Merge pull request #6432 from matrix-org/travis/voice-messages/colours

Clean up visual style of files and voice messages
This commit is contained in:
Travis Ralston 2021-07-22 03:39:29 -06:00 committed by GitHub
commit b9b37f59f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 21 additions and 44 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;