From aaf3db611e0724332378a2b294f73dc2906e6fbf Mon Sep 17 00:00:00 2001 From: yannyang Date: Mon, 27 Jul 2026 12:34:01 +0800 Subject: [PATCH] fix: fix agent sidebar style --- src/styles.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/styles.css b/src/styles.css index dd8b989..e6781ea 100644 --- a/src/styles.css +++ b/src/styles.css @@ -363,17 +363,6 @@ body { background: var(--color-bg); } -.chat-side { - width: 300px; - border-right: 1px solid var(--color-border); - overflow: hidden; - display: flex; - flex-direction: column; - gap: 0; - height: 100%; - background: var(--color-surface); -} - .chat-main { flex: 1; display: flex;