This commit is contained in:
r888888888
2017-11-13 16:40:45 -08:00
parent 6fbd7c23e1
commit 974a770bc6
3 changed files with 33 additions and 7 deletions

View File

@@ -3,3 +3,13 @@
<%= render "forum_posts/forum_post", :forum_post => forum_post %>
<% end %>
</div>
<% content_for(:html_header) do %>
<style>
@media screen and (max-width: 660px) {
#a-show { padding: 1em 0.5em; }
div.list-of-forum-posts article div.author { width: auto; float: none; border-bottom: 1px solid #999; background: #F0F0F0; }
div.list-of-forum-posts article div.content { width: auto; float: none; margin-left: 0; }
}
</style>
<% end %>