diff options
Diffstat (limited to 'haunt/static/css/style.css')
| -rw-r--r-- | haunt/static/css/style.css | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 15af437..0f94ca2 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -163,10 +163,11 @@ figure > figcaption { /* Comments & Webmention. */ -.author-name { - padding-right: 8px; +#webmention p .author-name { + margin: 4px; } + #webmention { border-top: 2px solid #d2d6dd; } @@ -185,13 +186,14 @@ ul#webmention-container li:last-child { } ul#webmention-container li.comment { - padding: 1.5rem; + padding: 0.5rem; } ul#webmention-container li.comment img.u-photo { width: 4rem; padding: 0 1rem 1rem 0; float: left; + height: 100%; } ul#webmention-container li.interaction { @@ -204,10 +206,6 @@ ul#webmention-container li.interaction img.u-photo { float: left; } -ul#webmention-container div.p-author * { - padding-right: 1rem; -} - ul#webmention-container ul.comment-reactions { margin-top: 8px; } @@ -228,8 +226,8 @@ ul#webmention-container .comment { ul#webmention-container .comment .comment-source-identifier { position: absolute; - top: 0; - right: 0; + top: 4px; + right: 4px; max-width: 16px; } |