From 612c9c9b8b90ce43749f67731265f56a7eaaed76 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 5 May 2024 17:24:03 +0800 Subject: [PATCH] Add space after the summary --- styles/popup.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/popup.css b/styles/popup.css index 2228bf1..e717f7f 100644 --- a/styles/popup.css +++ b/styles/popup.css @@ -10,4 +10,8 @@ #score::-webkit-progress-value { background-color: #ffF; +} + +body:has(summary + details) summary { + padding-bottom: 2em; } \ No newline at end of file