From a5e58e7afa6132460708854900d212f14dbc82e7 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 5 Dec 2017 14:08:30 +0530 Subject: [PATCH] UX: add onebox favicon styling in email --- lib/email/styles.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/email/styles.rb b/lib/email/styles.rb index 09a72731368..8fc9677b7ae 100644 --- a/lib/email/styles.rb +++ b/lib/email/styles.rb @@ -113,6 +113,7 @@ module Email # Oneboxes style('aside.onebox', "border: 5px solid #e9e9e9; padding: 12px 25px 12px 12px;") + style('aside.onebox header img.site-icon', "width: 16px; height: 16px; margin-right: 3px;") style('aside.onebox header a[href]', "color: #222222; text-decoration: none;") style('aside.onebox .onebox-body', "clear: both") style('aside.onebox .onebox-body img', "max-height: 80%; max-width: 20%; height: auto; float: left; margin-right: 10px;")