Skip to content

Commit 76ea474

Browse files
author
Jicheng Lu
committed
change style
1 parent cc7d0b3 commit 76ea474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib/scss/custom/components/_gallery.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
margin-top: 3px;
66

77
.gallery-item {
8-
width: 12em;
9-
height: 12em;
8+
width: 8em;
9+
height: 8em;
1010

1111
.gallery-item-wrapper {
1212
position: relative;

src/routes/chat/[agentId]/[conversationId]/chatImage/chat-attachment.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
</script>
4040
4141
{#if displayComponents}
42-
<FileDropZone accept="image/*" disabled={disabled} on:drop={e => handleFileDrop(e)} />
42+
<FileDropZone accept="image/*" containerStyles={'width: 100%; height: fit-content; min-height: 8rem;'} disabled={disabled} on:drop={e => handleFileDrop(e)} />
4343
<FileGallery files={files} disabled={disabled} onDelete={deleteFile} />
4444
{/if}

0 commit comments

Comments
 (0)