From 14eaf573350eb8a842feba89fbd18ea588e7763d Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Wed, 31 Jul 2024 15:44:18 +0200 Subject: [PATCH] =?UTF-8?q?=C3=96kat=20upp=20chatf=C3=B6nstrets=20h=C3=B6j?= =?UTF-8?q?d=20vid=20start?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smartassist/src/static/css/clientstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartassist/src/static/css/clientstyle.css b/smartassist/src/static/css/clientstyle.css index 8cf4c4f..d4f966e 100644 --- a/smartassist/src/static/css/clientstyle.css +++ b/smartassist/src/static/css/clientstyle.css @@ -16,7 +16,7 @@ h1 { #chatbox { width: calc(50% - 60px); /* Adjust width for input and button */ /* max-width: 500px; */ - height: 200px; + height: 600px; /* background-color: #fff8bc; */ background-color: #ffffff; border-radius: 10px;