diff --git a/stylesheets/_android.scss b/stylesheets/_android.scss index 2ea2631fcf..d36b97a783 100644 --- a/stylesheets/_android.scss +++ b/stylesheets/_android.scss @@ -72,6 +72,6 @@ } .message-list .last-seen-indicator-view .text { - margin-top: 2em; + margin: 2em; } } diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index d7ec3f26df..f4af1ca8a3 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -204,7 +204,7 @@ $text-dark: #CCCCCC; } .message-list .last-seen-indicator-view .text { - margin-top: 2em; + margin: 2em; background-color: $grey-dark_l2; } } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index df5b4f0f6d..c64e71b759 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1849,7 +1849,7 @@ li.entry .error-icon-container { -webkit-mask-size: 100%; background-color: black; } .android .message-list .last-seen-indicator-view .text { - margin-top: 2em; } + margin: 2em; } .android-dark { color: #CCCCCC; } @@ -2111,7 +2111,7 @@ li.entry .error-icon-container { .android-dark .recorder { background: #292929; } .android-dark .message-list .last-seen-indicator-view .text { - margin-top: 2em; + margin: 2em; background-color: #292929; } /*# sourceMappingURL=manifest.css.map */