diff --git a/app/assets/stylesheets/mobile/posts.css.scss b/app/assets/stylesheets/mobile/posts.css.scss index 5e97f0298..09217989f 100644 --- a/app/assets/stylesheets/mobile/posts.css.scss +++ b/app/assets/stylesheets/mobile/posts.css.scss @@ -44,6 +44,12 @@ footer { } } +div#posts { + overflow: visible; + clear: both; + padding-top: 10px; +} + div.post-previews { overflow: visible; } diff --git a/app/views/m/posts/index.html.erb b/app/views/m/posts/index.html.erb index fb3f20d7a..941096f5a 100644 --- a/app/views/m/posts/index.html.erb +++ b/app/views/m/posts/index.html.erb @@ -1,9 +1,11 @@
<%= render "header" %> - <% @post_set.posts.each do |post| %> - <%= PostPresenter.preview(post, :path_prefix => "/m/posts") %> - <% end %> +
+ <% @post_set.posts.each do |post| %> + <%= PostPresenter.preview(post, :path_prefix => "/m/posts") %> + <% end %> +