From 01ca6b7c3a40a6fcce45108c620b8ad793d806ce Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 1 Apr 2016 11:36:28 -0700 Subject: [PATCH] Vertically center contact names For contacts/conversations without any messages, center their names vertically in the conversation list element. // FREEBIE --- background.html | 4 +++- stylesheets/_global.scss | 4 ++-- stylesheets/_index.scss | 2 +- stylesheets/manifest.css | 6 +++--- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/background.html b/background.html index 44be1a6a0fbc..12889ff487d2 100644 --- a/background.html +++ b/background.html @@ -181,7 +181,9 @@ {{ #unreadCount }} {{ unreadCount }} {{ /unreadCount }} -

{{ last_message }}

+ {{ #last_message }} +

{{ last_message }}

+ {{ /last_message }}