From 08d990ab138a7864ec2d01d21a95518460ad3ef7 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 4 Aug 2025 20:58:10 +0300 Subject: [PATCH] Fix to support inlined details element (on the same line with text when opened) --- gray-theme/unauthenticated/gray-theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gray-theme/unauthenticated/gray-theme.css b/gray-theme/unauthenticated/gray-theme.css index 6e265f898..cc17adb42 100644 --- a/gray-theme/unauthenticated/gray-theme.css +++ b/gray-theme/unauthenticated/gray-theme.css @@ -459,6 +459,11 @@ details.inline > summary + span { line-height: 1.33; } +details.inline.inlined > summary, +details.inline.inlined { + display: inline !important; +} + details.inline > summary + span > tt { font-size: 96%; }