From c0e215280691379ada5648330bfde45d7c0000c2 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 7 May 2024 16:22:06 +0800 Subject: [PATCH] reduce the forced height of the window --- styles/layouts/all.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/layouts/all.css b/styles/layouts/all.css index fe25727..0cb93a7 100644 --- a/styles/layouts/all.css +++ b/styles/layouts/all.css @@ -88,7 +88,8 @@ iframe.viewer { } body[role="window"] { - width: 300pt; + width: 250pt; + height: 225pt; } *:has(summary + details) summary:not(:last-child) {