Increase space between non-grouped message bubbles

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
Scott Nonnenberg 2022-03-22 15:08:34 -07:00 committed by GitHub
parent 0ccc7d7a7a
commit 9835cbbda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -294,8 +294,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;