Skip to content

Commit

Permalink
Set max width for UploaderReadOnly component to match container width.
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jan 1, 2025
1 parent 5c3a79b commit c3486f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/chat/components/Conversation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ const handleUsePrompt = (_: string, value: string): void => {
<ModelSelector :uuid="sessionUuid" :model="chatSession?.model"></ModelSelector>
</div>
</div>
<UploaderReadOnly class="w-full m-auto p-4" v-if="!!sessionUuid" :sessionUuid="sessionUuid" :showUploaderButton="false">
<UploaderReadOnly class="w-full max-w-screen-xl m-auto p-4" v-if="!!sessionUuid" :sessionUuid="sessionUuid" :showUploaderButton="false">
</UploaderReadOnly>
<div id="scrollRef" ref="scrollRef" class="h-full overflow-hidden overflow-y-auto">
<div id="image-wrapper" class="w-full max-w-screen-xl mx-auto dark:bg-[#101014] mb-10"
Expand Down

0 comments on commit c3486f8

Please sign in to comment.