From 327195dc55d2f1708a1555d324e5670c26f283e4 Mon Sep 17 00:00:00 2001 From: eris Date: Sun, 7 Aug 2022 07:51:27 +0000 Subject: [PATCH] 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 {