From 252b36bb866f84b59e55796cf87087b018bca3f0 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 9 May 2014 15:49:53 -0400 Subject: [PATCH] FIX: Some avatars were too big in embedded CSS --- app/assets/stylesheets/embed.css.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index 084042d306b..1d581bf0809 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -44,6 +44,10 @@ article.post { padding: 10px 5px; float: left; text-align: center; + + img { + max-width: 45px; + } } h3.username { @@ -95,7 +99,7 @@ img.emoji { .in-reply-to { font-size: 13px; - margin-left: 0px; + margin-left: 15px; margin-top: 4px; margin-bottom: 6px; display: inline-block;