diff --git a/themes/freemind/source/css/style.css b/themes/freemind/source/css/style.css index 0c39c3a..dc0d0f5 100644 --- a/themes/freemind/source/css/style.css +++ b/themes/freemind/source/css/style.css @@ -1449,6 +1449,7 @@ dialog #close { } .mastodon-comment .author a { text-decoration: none; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .mastodon-comment .author .avatar img { margin-right:1rem; @@ -1478,6 +1479,7 @@ dialog #close { .mastodon-comment .content { padding: 10px; margin: 5px; + overflow: clip; } .mastodon-comment .status > div { display: inline-block;