From 8d35ca90e15dc840740a6a9c464ba851f5559ff1 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 25 Jan 2025 00:12:48 +0200 Subject: [PATCH] Decrease block size --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 90e52bc49..2564b72d9 100644 --- a/public/style.css +++ b/public/style.css @@ -348,7 +348,7 @@ input[type='checkbox']:focus-visible { padding: 5px; margin: 5px 0; overflow-y: auto; - max-height: 90vh; + max-height: 70vh; } .mes_reasoning_summary {