diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 1ad7a068b0e..e7ab516c368 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -266,7 +266,7 @@ const isMobile = computed(() => { return common.isMobile() || mode === 'embed' || mode === 'mobile' }) -const isNarrow = computed(() => rootWidth.value > 0 && rootWidth.value < 1040) +const isNarrow = computed(() => rootWidth.value > 0 && rootWidth.value < 678) const maxExposed = computed(() => (isNarrow.value ? 1 : 3)) const inlineExposedFields = computed(() =>