From 7e2723db4e92c3a61cc960ecd8e3916388cc1687 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 28 Apr 2023 17:58:36 +0800 Subject: [PATCH] Yes, there are blockquotes --- src/components/status.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index 1ad2cc42..4c582d18 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -508,6 +508,12 @@ .status .content p:last-child { margin-block-end: 0; } +.status .content blockquote { + margin-block: min(0.75em, 12px); + margin-inline: 0; + padding: 0 0 0 8px; + border-left: 4px solid var(--link-faded-color); +} .status .content .invisible { display: none; }