diff --git a/templates/index.html b/templates/index.html index 7dd617e..d4e3396 100644 --- a/templates/index.html +++ b/templates/index.html @@ -202,9 +202,6 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var( .input-row textarea { flex:1; background:var(--bg-tertiary); border:1px solid var(--border); color:var(--text-primary); font-family:var(--font-body); font-size:14px; padding:12px 14px; border-radius:var(--radius); resize:none; min-height:44px; max-height:200px; line-height:1.5; } .input-row textarea:focus { outline:none; border-color:var(--accent-dim); } .input-row textarea::placeholder { color:var(--text-muted); } -.input-status { display:flex; flex-direction:column; align-items:flex-start; gap:2px; padding:4px 6px; font-size:9px; font-family:var(--font-mono); color:var(--text-muted); line-height:1; } -.isdot { display:flex; align-items:center; gap:3px; } -.isdot .status-dot { width:4px; height:4px; } .paperclip-btn { padding:12px 12px; background:var(--bg-tertiary); border:1px solid var(--border); border-radius:var(--radius); color:var(--text-secondary); font-size:18px; cursor:pointer; transition:all 0.2s; line-height:1; } .paperclip-btn:hover { background:var(--bg-hover); color:var(--accent); border-color:var(--accent-dim); } .send-btn { padding:12px 20px; background:var(--accent-dim); border:none; border-radius:var(--radius); color:#fff; font-family:var(--font-mono); font-size:13px; font-weight:600; cursor:pointer; white-space:nowrap; } @@ -410,12 +407,6 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var(