From c65fa0147984069b4b13266ade747f9cf479f85a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 9 May 2014 23:20:23 -0700 Subject: [PATCH] fix in-reply-to names for mobile embed --- app/assets/stylesheets/embed.css.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index ff36426322a..67020422466 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -99,10 +99,8 @@ img.emoji { .in-reply-to { font-size: 13px; - width: 200px; text-align: center; - margin-top: 10px; - margin-bottom: 6px; + margin: 10px 20px 6px 0; display: inline-block; float: right; color: #0088cc;