From 9835cbbda081431355a40de41bcccf7bb34a479f Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 22 Mar 2022 15:08:34 -0700 Subject: [PATCH] Increase space between non-grouped message bubbles Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> --- stylesheets/_modules.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 8bdc5a21d9..d755c879aa 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -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;