From fb788494d090ed51ee04c612eb5c214b65f029b0 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Fri, 16 Jun 2023 11:14:59 +0800 Subject: [PATCH] [style] tweak fedi comment style --- themes/freemind/source/css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/freemind/source/css/style.css b/themes/freemind/source/css/style.css index 631afea..87ed5e1 100644 --- a/themes/freemind/source/css/style.css +++ b/themes/freemind/source/css/style.css @@ -1457,6 +1457,7 @@ dialog #close { .mastodon-comment .author .details { display: flex; flex-direction: column; + overflow: hidden; } .mastodon-comment .author .details .name { font-weight: bold; @@ -1469,13 +1470,14 @@ dialog #close { margin-left: auto; font-size: small; } -/* .mastodon-comment .content { */ -/* margin: 15px 20px; */ -/* } */ .mastodon-comment .content p:first-child { margin-top:0; margin-bottom:0; } +.mastodon-comment .content { + padding: 10px; + margin: 5px; +} .mastodon-comment .status > div { display: inline-block; margin-right: 15px;