From f5231ec304935b9c1229f093a3bd897505d0fb7f Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 30 Nov 2014 17:35:03 +0100 Subject: [PATCH] hiding smiled-text on mobile devices --- app/views/shared/_answerbox.html.haml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/shared/_answerbox.html.haml b/app/views/shared/_answerbox.html.haml index 0cfd8e95..0bbc66d0 100644 --- a/app/views/shared/_answerbox.html.haml +++ b/app/views/shared/_answerbox.html.haml @@ -11,13 +11,13 @@ %p= a.content - if @user.nil? .row - .col-md-6.col-sm-4.col-xs-12.text-left.text-muted + .col-md-6.col-sm-4.col-xs-8.text-left.text-muted Answered by %a{href: show_user_profile_path(a.user.screen_name)} %img.img-rounded.img-answerbox-small{src: gravatar_url(a.user)} %span= a.user.screen_name - .col-md-6.col-sm-8.col-xs-12.text-right - %span.text-muted x users smiled at this + .col-md-6.col-sm-8.col-xs-4.text-right + %span.hidden-xs.text-muted x users smiled at this %a.btn.btn-info.btn-sm %i.fa.fa-smile-o %a.btn.btn-primary.btn-sm @@ -27,8 +27,8 @@ %i.fa.fa-trash-o - else .row - .col-md-6.col-md-offset-6.col-sm-8.col-sm-offset-4.col-xs-12.text-right - %span.text-muted x users smiled at this + .col-md-6.col-md-offset-6.col-sm-8.col-sm-offset-4.col-xs-4.text-right + %span.hidden-xs.text-muted x users smiled at this %a.btn.btn-info.btn-sm %i.fa.fa-smile-o %a.btn.btn-primary.btn-sm