From a3924be4c192e7704f5e070fd401779a4e085831 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 26 Feb 2025 16:11:28 +0000 Subject: [PATCH] make the font smaller for chain of thought output --- client/web/css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/web/css/styles.css b/client/web/css/styles.css index 74d1f5f..49bc64f 100644 --- a/client/web/css/styles.css +++ b/client/web/css/styles.css @@ -92,6 +92,13 @@ main, font-weight: bold; } + details { + font-size: 0.75rem; + summary { + font-size: 1rem; + } + } + details[data-in-progress] { max-height: 4em; overflow-y: auto;