diff --git a/app/assets/stylesheets/thredded-overrides.scss b/app/assets/stylesheets/thredded-overrides.scss index 6ae9f585..ce6e1365 100644 --- a/app/assets/stylesheets/thredded-overrides.scss +++ b/app/assets/stylesheets/thredded-overrides.scss @@ -20,4 +20,12 @@ line-height: inherit !important; } } +} + +.thredded--main-container { + max-width: 100%; +} + +.thredded--post--content { + font-size: 12pt; } \ No newline at end of file diff --git a/app/views/layouts/forum.html.erb b/app/views/layouts/forum.html.erb index 9766f9ad..0fc6c11d 100644 --- a/app/views/layouts/forum.html.erb +++ b/app/views/layouts/forum.html.erb @@ -273,7 +273,7 @@
<%= t 'thredded.posts.pending_moderation_notice' %>
- <% elsif post.blocked? && post.can_moderate? %> -- <%= render 'thredded/shared/content_moderation_blocked_state', moderation_record: post.last_moderation_record %> -
- <% end %> + <%= content_tag :article, id: dom_id(post), class: "thredded--post thredded--#{post.read_state}--post" do %> +<%= t 'thredded.posts.pending_moderation_notice' %>
+ <% elsif post.blocked? && post.can_moderate? %> ++ <%= render 'thredded/shared/content_moderation_blocked_state', moderation_record: post.last_moderation_record %> +
+ <% end %> +