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