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;