From a985ccf460d163a31941771d7e04e0f37981afd6 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 17 Oct 2023 18:54:19 -0400 Subject: themes/default/layouts/shortcodes/disclose: Inline block --- assets/css/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/default.css b/assets/css/default.css index 691bc58..c4afd21 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1365,6 +1365,7 @@ profile-box footer p { } micro-summary details[data-disclosure] summary { + display: inline-block; margin: 0 -0.25rem 0.5rem -0.25rem; padding: 0.25rem; } @@ -1391,7 +1392,6 @@ 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, @@ -1820,6 +1820,7 @@ following-list details[data-expand="more"] summary:after, following-list details[open][data-expand="more"] summary:after { padding: 0 0.5rem; font-size: 100%; + margin-left: 0.25rem; } author-list:hover h1, -- cgit v1.2.3