From e3ee417e7a325ac4d338552a4b5886170c2b4220 Mon Sep 17 00:00:00 2001 From: daudix Date: Fri, 25 Oct 2024 05:28:46 +0300 Subject: [PATCH] Miiinor detail --- sass/_comments.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sass/_comments.scss b/sass/_comments.scss index f9efb82..c8eb246 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -262,6 +262,7 @@ } figcaption { + border-radius: var(--rounded-corner); background-color: var(--fg-muted-2); } } @@ -274,6 +275,10 @@ margin: 0; box-shadow: var(--edge-highlight), var(--shadow); border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner-small) var(--rounded-corner-small); + + &+figcaption { + border-radius: var(--rounded-corner-small) var(--rounded-corner-small) var(--rounded-corner) var(--rounded-corner); + } } } @@ -286,10 +291,10 @@ img { margin: 0; border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner-small) var(--rounded-corner-small); - } - img+figcaption { - border-radius: var(--rounded-corner-small) var(--rounded-corner-small) var(--rounded-corner) var(--rounded-corner); + &+figcaption { + border-radius: var(--rounded-corner-small) var(--rounded-corner-small) var(--rounded-corner) var(--rounded-corner); + } } figcaption {