From a9e2d39ef9a21121f40b11724c9c306c8ae10378 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 7 May 2024 16:20:23 +0800 Subject: [PATCH] Details element doesn't exist in the results page; forcing summary to be full-width --- styles/layouts/popup.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/styles/layouts/popup.css b/styles/layouts/popup.css index 313d3f7..0143a8b 100644 --- a/styles/layouts/popup.css +++ b/styles/layouts/popup.css @@ -6,11 +6,6 @@ padding: 2em; } -#results:not(:has(details[open])) summary { +#results > summary { height: 100%; -} - -#results summary p { - margin-top: 0.5em; - margin-bottom: 0.5em; } \ No newline at end of file