Android: Make last seen indicator margin consistent top/bottom

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-18 09:01:51 -07:00
parent 3e01d78c89
commit f6c62e4822
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -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 */