From afd1928f0262e10347795f805f0632474e23ee87 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:38:19 -0500 Subject: [PATCH] Fix the webview styling --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 8330216..a0717e3 100644 --- a/styles.css +++ b/styles.css @@ -100,6 +100,6 @@ webview { max-height: 90% !important; max-width: 100%; width: 1rem; - height: 90% !important; + height: 72% !important; display: inline-flex !important; }