fix: align group chat room sidebar background with session list (#214)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-25 20:26:43 +08:00
committed by GitHub
parent bc3e1b2971
commit 94e6d7bbb9
@@ -519,7 +519,6 @@ export default defineComponent({ components: { CreateRoomForm } })
.room-sidebar {
width: 220px;
flex-shrink: 0;
background-color: $bg-sidebar;
border-right: 1px solid $border-color;
display: flex;
flex-direction: column;