mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 13:05:09 +00:00
refactor: create session on + click, remove session input
This commit is contained in:
parent
bc943af447
commit
b489e9d30d
2 changed files with 27 additions and 49 deletions
|
|
@ -539,41 +539,10 @@
|
|||
color: var(--muted);
|
||||
}
|
||||
|
||||
.session-input {
|
||||
.session-id-display {
|
||||
font-family: ui-monospace, SFMono-Regular, 'SF Mono', Consolas, monospace;
|
||||
font-size: 12px;
|
||||
color: var(--text);
|
||||
background: var(--surface);
|
||||
border: 1px solid var(--border-2);
|
||||
padding: 4px 10px;
|
||||
border-radius: 4px;
|
||||
outline: none;
|
||||
width: 140px;
|
||||
transition: border-color var(--transition);
|
||||
}
|
||||
|
||||
.session-input:focus {
|
||||
border-color: var(--accent);
|
||||
}
|
||||
|
||||
.session-input::placeholder {
|
||||
color: var(--muted-2);
|
||||
}
|
||||
|
||||
.session-new-btn {
|
||||
background: var(--accent);
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
padding: 4px 10px;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
transition: background var(--transition);
|
||||
}
|
||||
|
||||
.session-new-btn:hover {
|
||||
background: var(--accent-hover);
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.messages-container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue