diff --git a/templates/index.html b/templates/index.html index 3680a74..f5fe710 100644 --- a/templates/index.html +++ b/templates/index.html @@ -77,82 +77,30 @@ border-bottom: 1px solid #334155; } - .toolbar-title { - font-weight: bold; - font-size: 1.1em; - color: #38bdf8; - } - - .toolbar-controls { - display: flex; - align-items: center; - gap: 10px; - } - - .toolbar-controls label { - white-space: nowrap; - font-size: 12px; - color: #94a3b8; - } - - #ollama-url-container { - display: none; - align-items: center; - gap: 8px; - border-left: 1px solid #475569; - padding-left: 12px; - } + .toolbar-title { font-weight: bold; font-size: 1.1em; color: #38bdf8; } + .toolbar-controls { display: flex; align-items: center; gap: 10px; } + .toolbar-controls label { white-space: nowrap; font-size: 12px; color: #94a3b8; } + #ollama-url-container { display: none; align-items: center; gap: 8px; border-left: 1px solid #475569; padding-left: 12px; } .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; - outline: none; + height: 32px; background: #0f172a; color: white; border: 1px solid #475569; + border-radius: 4px; padding: 0 8px; font-size: 12px; outline: none; } .toolbar-controls select:focus, - .toolbar-controls input:focus { - border-color: #38bdf8; - } + .toolbar-controls input:focus { border-color: #38bdf8; } - /* Schicke Toolbar-Buttons */ .btn-tool { - height: 32px; - padding: 0 12px; - border-radius: 4px; - font-size: 12px; - font-weight: bold; - transition: all 0.2s; - display: flex; - align-items: center; - gap: 5px; + height: 32px; padding: 0 12px; border-radius: 4px; font-size: 12px; + font-weight: bold; transition: all 0.2s; display: flex; align-items: center; gap: 5px; } - - .save-btn { - background-color: #059669; - color: white; - } - + .save-btn { background-color: #059669; color: white; } .save-btn:hover { background-color: #10b981; } - - .add-node-btn { - background-color: #2563eb; - color: white; - } - + .add-node-btn { background-color: #2563eb; color: white; } .add-node-btn:hover { background-color: #3b82f6; } - #settings-status { - color: #10b981; - font-size: 11px; - min-width: 80px; - } - + #settings-status { color: #10b981; font-size: 11px; min-width: 80px; } .markdown-content pre { background: #000; padding: 8px; border-radius: 4px; border: 1px solid #334155; overflow-x: auto; margin: 8px 0; } .markdown-content code { font-family: monospace; color: #4ade80; } .markdown-content p { margin-bottom: 8px; } @@ -162,29 +110,23 @@