Android: Make last seen indicator margin consistent top/bottom

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 3e01d78c89
commit f6c62e4822

@ -72,6 +72,6 @@
} }
.message-list .last-seen-indicator-view .text { .message-list .last-seen-indicator-view .text {
margin-top: 2em; margin: 2em;
} }
} }

@ -204,7 +204,7 @@ $text-dark: #CCCCCC;
} }
.message-list .last-seen-indicator-view .text { .message-list .last-seen-indicator-view .text {
margin-top: 2em; margin: 2em;
background-color: $grey-dark_l2; background-color: $grey-dark_l2;
} }
} }

@ -1849,7 +1849,7 @@ li.entry .error-icon-container {
-webkit-mask-size: 100%; -webkit-mask-size: 100%;
background-color: black; } background-color: black; }
.android .message-list .last-seen-indicator-view .text { .android .message-list .last-seen-indicator-view .text {
margin-top: 2em; } margin: 2em; }
.android-dark { .android-dark {
color: #CCCCCC; } color: #CCCCCC; }
@ -2111,7 +2111,7 @@ li.entry .error-icon-container {
.android-dark .recorder { .android-dark .recorder {
background: #292929; } background: #292929; }
.android-dark .message-list .last-seen-indicator-view .text { .android-dark .message-list .last-seen-indicator-view .text {
margin-top: 2em; margin: 2em;
background-color: #292929; } background-color: #292929; }
/*# sourceMappingURL=manifest.css.map */ /*# sourceMappingURL=manifest.css.map */

Loading…
Cancel
Save