fix: remove view max-width constraints; widen graph panel

- Drop max-width from .knowledge-root so the graph panel can use the full
  viewport width without hitting a cap
- Drop max-width from .chat-page (message bubbles are already self-constraining)
- Increase normal graph panel width 420px → 500px
- Increase expanded width to min(960px, 60vw) so it scales with the viewport
  and updates minichat right-offset to match

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-01 20:39:21 -04:00
parent c95afa4558
commit d5771a3d5c
2 changed files with 4 additions and 10 deletions
-3
View File
@@ -1034,9 +1034,6 @@ onUnmounted(() => {
display: flex;
height: 100%;
overflow: hidden;
max-width: 1600px;
width: 100%;
margin: 0 auto;
}
.chat-sidebar {