Skip to content

Commit

Permalink
Adjust bottom margin of image wrapper from 8 to 10 for better spacing. (
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho authored Sep 26, 2024
1 parent 87182fe commit 07ad51a
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 @@ -495,7 +495,7 @@ const handleUsePrompt = (_: string, value: string): void => {
<UploaderReadOnly v-if="!!sessionUuid" class="px-40" :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-8"
<div id="image-wrapper" class="w-full max-w-screen-xl mx-auto dark:bg-[#101014] mb-10"
:class="[isMobile ? 'p-2' : 'p-4']">
<template v-if="!dataSources.length">
<div class="flex items-center justify-center mt-4 text-center text-neutral-300">
Expand Down

0 comments on commit 07ad51a

Please sign in to comment.