From a70a8a88d69db6441fc431cb41a1d84ef9493deb Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 7 Oct 2021 18:27:08 -0400 Subject: [PATCH] Align single emoji send --- stylesheets/_modules.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 09b060d1b..492e03e61 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -420,6 +420,10 @@ .module-message__container--emoji { padding-top: 0; + + .module-message__text--outgoing { + text-align: right; + } } .module-message__container--outgoing {