From b8e0799b34cc39593926d75987b6d47fbb1ebe5d Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 3 Oct 2019 15:13:16 -0400 Subject: [PATCH] make details summary inline so the outline doesn't go wild when active --- views/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/style.css b/views/style.css index b2f8f21..10e8170 100644 --- a/views/style.css +++ b/views/style.css @@ -76,6 +76,9 @@ header > details[open] { header > details li { margin: 1em 0em 1em 0em; } +details summary { + display: inline; +} main { max-width: 1200px; margin: auto;