From f8dfe34a3df92b9ae148c5ed025498836c1f4aad Mon Sep 17 00:00:00 2001 From: ltGuillaume Date: Tue, 19 Jan 2021 22:28:39 +0100 Subject: [PATCH] Improve (folded) comments padding --- static/css/sepia.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/sepia.css b/static/css/sepia.css index 8f5bb85..865fe9f 100644 --- a/static/css/sepia.css +++ b/static/css/sepia.css @@ -163,6 +163,12 @@ body.sepia .comments > .comment { border: none; border-radius: 0; } +body.sepia .comment details { + padding-top: 8px; +} +body.sepia .comment details:not([open]) { + padding-bottom: 8px; +} body.sepia .md .md-spoiler-text:not(.revealed), body.sepia .md .md-spoiler-text:active:not(.revealed), body.sepia .md .md-spoiler-text:focus:not(.revealed),