From 76199c54a4086b08c28c07f6f3d26fe1a0a25caf Mon Sep 17 00:00:00 2001 From: Tlazypanda Date: Sun, 8 Mar 2020 21:46:42 +0530 Subject: [PATCH] fix alignment of twitter button --- app/views/home/_social.html.erb | 19 +++++++++++++------ app/views/sidebar/_question.html.erb | 6 +++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/app/views/home/_social.html.erb b/app/views/home/_social.html.erb index 72bf2434a4..18d125909d 100644 --- a/app/views/home/_social.html.erb +++ b/app/views/home/_social.html.erb @@ -1,7 +1,7 @@
<% if Rails.env == "production" %>
- + - - + <% end %>
+ + diff --git a/app/views/sidebar/_question.html.erb b/app/views/sidebar/_question.html.erb index 3ae64fa52a..aaf08f896f 100644 --- a/app/views/sidebar/_question.html.erb +++ b/app/views/sidebar/_question.html.erb @@ -1,7 +1,7 @@
<%= render :partial => "like/like", :locals => {:node => @node, :tagnames => @tagnames } %> - + <%= javascript_include_tag 'sidebar' %>