From 008151e90dfd1c6e70cd52772cdc45bb6fb90a17 Mon Sep 17 00:00:00 2001 From: Robin Ward <robin.ward@gmail.com> Date: Fri, 29 Nov 2013 13:06:52 -0500 Subject: [PATCH] FIX: Too much white space between posts on mobile --- app/assets/stylesheets/mobile/topic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 192d17bbe..7261c9eca 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -134,7 +134,7 @@ a.edit-topic {font-size: 15px;} position: absolute; } -.topic-post:last-of-type {padding-bottom: 40px;} +.post-cloak:last-of-type {padding-bottom: 40px;} .heatmap-high {color: #f77 !important;} .heatmap-med {color: #a00 !important;}