diff --git a/templates/index.html b/templates/index.html index 38041fb..da85809 100644 --- a/templates/index.html +++ b/templates/index.html @@ -88,9 +88,10 @@ gap: 8px; border-left: 1px solid #475569; padding-left: 12px; + flex: 1; } - #ollama-url { width: 200px; } + #ollama-url { width: 100%; min-width: 200px; } .toolbar-controls select, .toolbar-controls input { height: 32px; background: #0f172a; color: white; border: 1px solid #475569; border-radius: 4px; padding: 0 8px; font-size: 12px; @@ -142,13 +143,18 @@ {% for node in nodes %}