From 6da65fa6afcd8d11e8d1e352fa0a4acfcf39c49f Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 6 Nov 2022 17:08:09 -0500 Subject: [dynamic] Initital static builder for comments --- haunt/static/css/style.css | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'haunt/static/css/style.css') diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 4b682d2..0b32082 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -159,7 +159,11 @@ figure > figcaption { display: inline; } -/* Webmention. */ +/* Comments & Webmention. */ + +.author-name { + padding-right: 8px; +} #webmention { border-top: 2px solid #d2d6dd; @@ -202,13 +206,25 @@ ul#webmention-container div.p-author * { padding-right: 1rem; } +ul#webmention-container ul.comment-reactions { + margin-top: 8px; +} + +ul#webmention-container ul.comment-reactions li { + border-radius: 4px; + border: 1px solid #d2d6dd; + display: inline; + list-style-type: none; + padding: 4px; +} + /* Webmention (or comment) source indicator. */ -ul#webmention-container .comment-source-webmention { +ul#webmention-container .comment { position: relative; } -ul#webmention-container .comment-source-webmention .comment-source-identifier { +ul#webmention-container .comment .comment-source-identifier { position: absolute; top: 0; right: 0; -- cgit v1.3