From daddf9e6ed828cd90d1f6db38aa72d6aef66b0b5 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 11 Oct 2023 19:37:23 -0400 Subject: themes/default/layouts/shortcodes/disclose: Avoid   --- assets/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/default.css b/assets/css/default.css index dffb4d6..0807056 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1389,6 +1389,7 @@ micro-summary details[data-disclosure][open] summary:after { display: inline; font-size: 85%; vertical-align: bottom; + margin-left: 0.25rem; } micro-summary details[data-disclosure] summary:hover, @@ -1819,7 +1820,6 @@ following-list details[open][data-expand="more"] summary:after { following-list details[data-expand="more"] summary:after, following-list details[open][data-expand="more"] summary:after { - margin-left: 0.25rem; padding: 0 0.5rem; font-size: 100%; } -- cgit v1.2.3