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 {
|
.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…
Add table
Add a link
Reference in a new issue