From 0f39fbdc1248b6734477fd7340b4d8cadc449d14 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 7 May 2024 11:49:14 +0800 Subject: [PATCH] remove results summary height to automatically be resized --- styles/layouts/popup.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/layouts/popup.css b/styles/layouts/popup.css index cd9e0fa..63e69c0 100644 --- a/styles/layouts/popup.css +++ b/styles/layouts/popup.css @@ -11,7 +11,3 @@ margin-bottom: auto; } -#results:not(:has(details[open])) summary { - height: 80vh; -} -