From ed068f185b762e9598618dfb657fa0d0553e6610 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 10 Feb 2018 14:30:09 -0800 Subject: [PATCH] fix long link URLs --- routes/_components/status/StatusContent.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + } +