diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 386a5129d..16a4dfd5b 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -576,6 +576,12 @@ span.status { .inner { position: relative; + height: 48px; + text-align: center; + display: flex; + align-items: center; + justify-content: center; + img { max-width: 100%; max-height: 100%; diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index 35677a181..80448577a 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -175,6 +175,11 @@ $ios-border-color: rgba(0,0,0,0.1); .inner { padding: 12px; + height: 61px; + text-align: center; + display: flex; + align-items: center; + justify-content: center; } }