diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue index 60bf6c66..3a99c779 100644 --- a/src/components/status_content/status_content.vue +++ b/src/components/status_content/status_content.vue @@ -82,4 +82,10 @@ } } } + +.quote-inline, +.quote + .link-preview { + display: none; +} + 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 {