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