From fee9f834b64ae2046f163433ee1747aa939d4cae Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 22 Sep 2014 22:56:46 -0700 Subject: [PATCH] bigger mobile topic list post count and date tap targets --- app/assets/stylesheets/mobile/topic-list.scss | 8 ++++++-- .../stylesheets/vendor/font_awesome/_bordered-pulled.scss | 3 +-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index a47869b1aae..97d8bbfc2c4 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -63,7 +63,6 @@ .topic-item-stats { .category, .num, .last-poster { float: left; - margin-right: 14px; } .num .fa { color: scale-color($primary, $lightness: 50%); @@ -72,11 +71,16 @@ .num.posts { font-weight: bold; + a { + padding: 15px 10px 15px 5px; + } } .age { white-space: nowrap; - margin-left: 5px; + a { + padding: 15px 10px 15px 5px; + } } } diff --git a/app/assets/stylesheets/vendor/font_awesome/_bordered-pulled.scss b/app/assets/stylesheets/vendor/font_awesome/_bordered-pulled.scss index 9d3fdf3a0b4..5918ce58d83 100644 --- a/app/assets/stylesheets/vendor/font_awesome/_bordered-pulled.scss +++ b/app/assets/stylesheets/vendor/font_awesome/_bordered-pulled.scss @@ -7,8 +7,7 @@ border-radius: .1em; } -.pull-right { float: right; } -.pull-left { float: left; } +// dupe pull-left and pull-right removed from here .#{$fa-css-prefix} { &.pull-left { margin-right: .3em; }