Skip to content

Commit

Permalink
Fix: thumbnail layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gagansuie committed Jul 18, 2023
1 parent 336ecb2 commit d62773b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/assets/icons/chat/IconChatScreenshot.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6">
class="w-8 h-8">
<path
stroke-linecap="round"
stroke-linejoin="round"
Expand Down
5 changes: 4 additions & 1 deletion src/lib/components/Channel/Chat/DrawerEditChannel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@
alt="Preview"
class="rounded-lg h-full" />
{:else}
<IconChatScreenshot />
<div class="h-40 flex flex-col justify-center items-center">
<IconChatScreenshot />
Thumbnail
</div>
{/if}
</div>
</div>
Expand Down

0 comments on commit d62773b

Please sign in to comment.