mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Last seen indicator visual refresh
- Last seen indicator now spans the full conversation, with subtle shadow highlights above and below - Scrollbars now overlap the content of the conversation, allowing last seen indicator to touch the right edge of the window. - The iOS and Android conversation background is now #eee instead of white, which meant that the outgoing messages (Android) and incoming messages (iOS) had to be updated for contrast. They now have white backgrounds. - Similarly, the scroll down button needed more contrast, and its background is now white in light themes. FREEBIE
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
.outgoing .bubble {
|
||||
background-color: $grey_l;
|
||||
background-color: white;
|
||||
}
|
||||
.outgoing .hourglass {
|
||||
@include hourglass(#999);
|
||||
|
||||
Reference in New Issue
Block a user