From 327195dc55d2f1708a1555d324e5670c26f283e4 Mon Sep 17 00:00:00 2001 From: eris Date: Sun, 7 Aug 2022 07:51:27 +0000 Subject: [PATCH 1/2] Fix alt text line height --- src/components/still-image/still-image.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index ab3080c8..fa3edacf 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -51,6 +51,10 @@ width: 100%; height: 100%; object-fit: contain; + + &::before { + line-height: 20px; + } } &.animated { From 92e0d885f03b85aa25bdcd4375acc9d8edd064bd Mon Sep 17 00:00:00 2001 From: eris Date: Sun, 7 Aug 2022 07:57:21 +0000 Subject: [PATCH 2/2] Don't render inline quote policy links --- src/components/status_content/status_content.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue index 4f9c85bb..9510de30 100644 --- a/src/components/status_content/status_content.vue +++ b/src/components/status_content/status_content.vue @@ -76,4 +76,10 @@ } } } + +.quote-inline, +.quote + .link-preview { + display: none; +} +