mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Android: Make last seen indicator margin consistent top/bottom
FREEBIE
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user