diff --git a/app/assets/stylesheets/thredded-overrides.scss b/app/assets/stylesheets/thredded-overrides.scss index c43d4b2d..fb4eb7e4 100644 --- a/app/assets/stylesheets/thredded-overrides.scss +++ b/app/assets/stylesheets/thredded-overrides.scss @@ -40,6 +40,25 @@ right: 0.2rem; top: 6px; } + + .thredded--pagination { + background: white; + padding: 0 0 10px 0; + } + + .thredded--topic .thredded--post { + background: white; + padding: 10px; + + margin-bottom: 20px; + border-bottom: 1px solid lightgrey; + } + + @media (min-width: 47.12501rem) { + .thredded--post--avatar { + top: 0; + } + } } .thredded--main-header {