Android: Make last seen indicator margin consistent top/bottom
FREEBIE
This commit is contained in:
parent
3e01d78c89
commit
f6c62e4822
3 changed files with 4 additions and 4 deletions
|
@ -72,6 +72,6 @@
|
|||
}
|
||||
|
||||
.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 {
|
||||
margin-top: 2em;
|
||||
margin: 2em;
|
||||
background-color: $grey-dark_l2;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue