diff --git a/routes/_components/status/StatusContent.html b/routes/_components/status/StatusContent.html index e3ebee8b..e545ffc6 100644 --- a/routes/_components/status/StatusContent.html +++ b/routes/_components/status/StatusContent.html @@ -44,6 +44,16 @@ color: var(--very-deemphasized-link-color); } + :global(.status-content .invisible) { + /* copied from Mastodon */ + font-size: 0; + line-height: 0; + display: inline-block; + width: 0; + height: 0; + position: absolute; + } +