fix(chat): move session sidebar toggle next to new-session button (mobile)

This commit is contained in:
OpenClaw Agent
2026-03-16 09:22:05 +00:00
parent 73278af085
commit 909b3d0892
2 changed files with 21 additions and 4 deletions

View File

@@ -48,6 +48,13 @@
font-weight: 600;
color: var(--text-secondary);
border-bottom: 1px solid var(--border);
gap: 8px;
}
.chat-sidebar-header-actions {
display: flex;
align-items: center;
gap: 6px;
}
.chat-sidebar-btn {