From ba452bf2755434bcf459e3318f985f3a3da226a8 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 18 Dec 2018 21:49:49 -0600 Subject: [PATCH] thread#show polishing --- .../stylesheets/thredded-overrides.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 {