From 0eb48595d5f13adfdf7f35ec988f8bfb5465c608 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Wed, 10 Sep 2025 14:25:04 -0700 Subject: [PATCH] hide chat button for now --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b076f84..d9a30f7 100644 --- a/static/style.css +++ b/static/style.css @@ -638,6 +638,7 @@ input[name="tab"] { /* === CHATBOT STYLES ===*/ #start-chat { + display: none !important; /* Hide chat button temporarily */ position: fixed; bottom: 25px; right: 25px; @@ -648,7 +649,6 @@ input[name="tab"] { color: white; cursor: pointer; transition: all 0.3s ease; - display: flex; align-items: center; justify-content: center; min-width: 48px;