diff --git a/frontend/src/assets/theme.css b/frontend/src/assets/theme.css index 7b19fff..b72322f 100644 --- a/frontend/src/assets/theme.css +++ b/frontend/src/assets/theme.css @@ -54,6 +54,8 @@ --page-max-width: 1200px; --page-padding-x: 1rem; --sidebar-width: 260px; + --chat-reading-width: min(820px, 100%); + --chat-context-sidebar-width: 220px; --color-accent-warm: #b8860b; --color-accent-warm-light: #d4a017; --color-primary-solid: #7c3aed; diff --git a/frontend/src/components/ChatPanel.vue b/frontend/src/components/ChatPanel.vue index bb4ad18..1c8b40e 100644 --- a/frontend/src/components/ChatPanel.vue +++ b/frontend/src/components/ChatPanel.vue @@ -312,7 +312,7 @@ defineExpose({ focus, prefill, send }) @@ -528,18 +528,34 @@ defineExpose({ focus, prefill, send })