Increase space between non-grouped message bubbles

This commit is contained in:
Evan Hahn 2022-03-16 16:16:33 -05:00 committed by GitHub
parent a9bf0cc0c9
commit 34e4b77f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -264,8 +264,8 @@
position: relative;
display: inline-block;
border-radius: 18px;
margin-bottom: 4px;
margin-top: 4px;
margin-bottom: 6px;
margin-top: 6px;
min-width: 0px;
overflow: hidden;