From 15c50ef0df972b7899e975dc49e4cb9c08cebba0 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 6 Nov 2024 12:27:46 +0000 Subject: add support for 'more comments' --- src/public/styles.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'src/public/styles.css') diff --git a/src/public/styles.css b/src/public/styles.css index 14f093b..ab33161 100644 --- a/src/public/styles.css +++ b/src/public/styles.css @@ -47,7 +47,8 @@ main { .sub-title a, .info-container a, .comment-info-container a, -.sort-opts a { +.sort-opts a, +.more a { text-decoration: none; } @@ -334,6 +335,10 @@ summary::before { color: var(--text-color); } +.more a { + color: var(--text-color-muted); +} + hr { border: none; border-top: 1px dashed var(--text-color-muted); @@ -366,12 +371,22 @@ p { margin-bottom: 0px; } +.self-text p { + margin-top: 10px; + margin-bottom: 10px; +} + .comment-body { text-align: left; display: block; padding-bottom: 8px; } +.comment-body img { + height: 200px; + width: auto; +} + summary.expand-post { display: none; } -- cgit v1.2.3