From 716be06ef4e77e2f698592bc326733809eb510dc Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Wed, 8 May 2024 21:59:51 +0800 Subject: [PATCH] add space between the elements in the results page --- styles/layouts/popup.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/layouts/popup.css b/styles/layouts/popup.css index 0143a8b..3af7e04 100644 --- a/styles/layouts/popup.css +++ b/styles/layouts/popup.css @@ -6,6 +6,14 @@ padding: 2em; } +#results > * > *:not(:first-child) { + margin-block-start: 1em; +} + +#results > * > *:not(:last-child) { + margin-block-end: 1em; +} + #results > summary { height: 100%; } \ No newline at end of file