From 7af0ec13e51139e64dd7c6b1f5f844a9549459b1 Mon Sep 17 00:00:00 2001 From: geronimi73 Date: Thu, 2 Apr 2026 21:52:59 +0200 Subject: [PATCH] move model to sidebar --- src/ifcchat/index.html | 8 ++++++-- src/ifcchat/style.css | 6 ------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/ifcchat/index.html b/src/ifcchat/index.html index 9c89d15715..f4e922dca5 100644 --- a/src/ifcchat/index.html +++ b/src/ifcchat/index.html @@ -17,7 +17,12 @@ + + + +
+ +
@@ -77,7 +82,6 @@ IfcOpenShell AI Assistant -
diff --git a/src/ifcchat/style.css b/src/ifcchat/style.css index 90fd417501..ef5f6add8f 100644 --- a/src/ifcchat/style.css +++ b/src/ifcchat/style.css @@ -157,12 +157,6 @@ section > .row > label .small { padding: 8px 10px; } -#model { - background: white; - color: gray; - border: solid 1px #eee; - border-radius: 6px; -} hr { border: dashed 1px #ddd;