From ea720eb55c9365221bc01de3adc90c0a70797ade Mon Sep 17 00:00:00 2001 From: IDeathByte <41571062+IDeathByte@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:23:30 +0500 Subject: [PATCH] CSS fix for thought bubble height --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index dd6e9ad..51bb5af 100644 --- a/style.css +++ b/style.css @@ -4380,7 +4380,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5); position: relative; backdrop-filter: blur(15px); - max-height: 60vh; + max-height: 30vh; overflow-y: auto; overflow-x: hidden; }