Skip to content

Commit

Permalink
Merge pull request #540 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: removed random right-side margin
  • Loading branch information
gagansuie authored Jun 21, 2023
2 parents 1869ee8 + bd9a5f5 commit e1027ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/channel/[channelId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
{#if channel && channel._id === $page.params.channelId}
<div class="relative h-full bg-base-200 overflow-hidden flex">
<div
class={'lg:ml-24 lg:mr-1 h-full transition-all delay-75 ' +
class={'lg:ml-24 h-full transition-all delay-75 ' +
(!$is_chat_drawer_open ? 'w-full' : 'with-drawer')}>
<StreamContainer
bind:channel
Expand Down

0 comments on commit e1027ec

Please sign in to comment.