mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 00:02:48 +00:00
fix: remove disconnected indicator, add button spacing and min-width
This commit is contained in:
parent
2e47f9cf8d
commit
0b76ec9f3e
2 changed files with 7 additions and 8 deletions
|
|
@ -399,7 +399,7 @@
|
|||
.sidebar-header-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.sidebar-icon-btn {
|
||||
|
|
@ -603,6 +603,11 @@
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.empty-state .button {
|
||||
margin-top: 16px;
|
||||
min-width: 180px;
|
||||
}
|
||||
|
||||
.message {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue