From c466d5bae3da3e9783673bba3b4ae894ca9065e7 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 11 May 2021 15:25:28 -0700 Subject: [PATCH] Center tap-to-play GIF text using flex --- stylesheets/_modules.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index cb60bf93c..f35ed2e81 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -4288,12 +4288,15 @@ button.module-conversation-details__action-button { .module-image--tap-to-play { span:after { + display: flex; + flex-direction: column; + align-items: center; + content: 'GIF'; height: 24px; width: 24px; @include font-body-1; - line-height: 24px; color: $color-white; } }