From 0d722a318663d7222b9e7122e672c6bdeddbddd8 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 31 May 2017 16:08:32 -0700 Subject: [PATCH] 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 --- background.html | 6 ++-- stylesheets/_android.scss | 2 +- stylesheets/_conversation.scss | 43 ++++++++++++++-------- stylesheets/_global.scss | 2 ++ stylesheets/_ios.scss | 15 ++++---- stylesheets/android-dark.scss | 15 ++++++-- stylesheets/manifest.css | 65 +++++++++++++++++++++------------- test/index.html | 6 ++-- 8 files changed, 98 insertions(+), 56 deletions(-) diff --git a/background.html b/background.html index 0df988dbc..aafaa1e48 100644 --- a/background.html +++ b/background.html @@ -48,8 +48,10 @@