mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 05:00:20 +00:00
chore: update landing and inspector content
This commit is contained in:
parent
c7fbb33fed
commit
30c4ad6b39
8 changed files with 128 additions and 129 deletions
|
|
@ -719,7 +719,6 @@
|
|||
|
||||
.empty-state .button {
|
||||
margin-top: 16px;
|
||||
min-width: 180px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
|
@ -1032,8 +1031,8 @@
|
|||
/* Setup Row */
|
||||
.setup-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
align-items: flex-end;
|
||||
gap: 12px;
|
||||
padding: 8px 12px;
|
||||
background: var(--surface-2);
|
||||
border-top: 1px solid var(--border);
|
||||
|
|
@ -1041,6 +1040,19 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.setup-field {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.setup-label {
|
||||
font-size: 10px;
|
||||
color: var(--muted);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.setup-select {
|
||||
background: var(--surface);
|
||||
border: 1px solid var(--border-2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue