From bf7022a18c7f117e6520d8b0b0a50104af7b524f Mon Sep 17 00:00:00 2001 From: solstice23 Date: Thu, 6 Jan 2022 20:33:46 +0800 Subject: [PATCH] Improve display of images in shuoshuo preview --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index fe44e757..bd58ae4d 100644 --- a/style.css +++ b/style.css @@ -89,6 +89,12 @@ article img, max-width: 100%; height: auto; } +.shuoshuo-preview-container img { + border-radius: var(--card-radius); +} +.shuoshuo-preview-container p + p > img:first-child { + margin-top: 12px; +} article .wp-block-image figcaption, .shuoshuo-preview-container .wp-block-image figcaption { text-align: center;