From 280f46bb41cdc8c3999ce47343b418d2ae2b6383 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Sat, 24 Jun 2023 22:11:51 +0800 Subject: [PATCH] [style] update fedi comment style --- themes/freemind/source/css/style.css | 2 ++ 1 file changed, 2 insertions(+) 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;