css: make forum post borders mobile-only.

* Remove box shadows around forum posts.
* Make borders around forum posts mobile only.
This commit is contained in:
evazion
2019-09-17 00:28:41 -05:00
parent 852c1cbb7c
commit c2bfd2ebe6
3 changed files with 26 additions and 14 deletions

View File

@@ -6,13 +6,3 @@
<%= render "forum_posts/forum_post", :forum_post => forum_post, :original_forum_post_id => original_forum_post_id %>
<% 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 %>