From 71fcd4fe8d8371ac2b9fecb0ebee9e291ab8e8fc Mon Sep 17 00:00:00 2001 From: drusepth Date: Tue, 6 Dec 2022 16:25:13 -0800 Subject: [PATCH] style thredded posts in threads --- .../stylesheets/thredded-overrides.scss | 8 ++ app/views/layouts/forum.html.erb | 2 +- app/views/thredded/posts/_post.html.erb | 63 ++++++++++++--- .../thredded/posts_common/_header.html.erb | 7 -- .../thredded/redesigned/_breadcrumbs.html.erb | 2 +- app/views/thredded/topics/show.html.erb | 77 +++++++++---------- app/views/thredded/users/_badge.html.erb | 12 +-- 7 files changed, 99 insertions(+), 72 deletions(-) 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 @@
    <%= render('thredded/redesigned/breadcrumbs') %>
-