From d63dc2eb1bcf4c9d7e15e927621548c6e3ac1ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 28 Jan 2022 20:00:50 -0500 Subject: [PATCH] Try adding Keegan's suggested changes to the comment CSS fairly blindly --- .../custom/geofresco/src/global/overrides.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/overrides.scss b/web/themes/custom/geofresco/src/global/overrides.scss index 6a617b9..09a4102 100644 --- a/web/themes/custom/geofresco/src/global/overrides.scss +++ b/web/themes/custom/geofresco/src/global/overrides.scss @@ -45,7 +45,21 @@ display: none; } +/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */ + .comment-indicator { position: absolute; left: -4rem; } + +.comment-section { + display: block; + + article { + padding-bottom: 0; + } + + .content p:not(:last-child) { + margin-bottom: 0; + } +}