style: 侧边栏助理模块增加上边距,避免紧贴顶部

- agentScopedSection 添加 margin-top: 12px
- 简单模式和完整模式均生效
This commit is contained in:
Pine
2026-09-02 18:27:34 +08:00
parent 6a87496a4b
commit 3f5a1eec21
+1
View File
@@ -109,6 +109,7 @@
// Agent-scoped section: selector + Chat + Control + Workspace
.agentScopedSection {
flex-shrink: 0;
margin-top: 12px;
background: var(--glass-primary-bg);
backdrop-filter: var(--glass-primary-blur);
-webkit-backdrop-filter: var(--glass-primary-blur);