Skip to content

Commit

Permalink
front end updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrost committed Oct 31, 2023
1 parent 519666a commit 31cfecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/chat/ChatWindow.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
/>
<!-- chat input background bg-gradient-to-t from-white via-white/80 to-white/0 -->
<div
class="dark:bg-chat pointer-events-none absolute inset-x-0 bottom-0 z-0 mx-auto flex w-full max-w-3xl flex-col items-center justify-center px-3.5 py-4 dark:border-gray-800 dark:from-gray-900 dark:to-gray-900/0 max-md:border-t max-md:bg-white max-md:dark:bg-gray-900 sm:px-5 md:py-8 xl:max-w-4xl [&>*]:pointer-events-auto"
class="dark:bg-chat pointer-events-none absolute inset-x-0 bottom-0 z-0 mx-auto flex w-full max-w-3xl flex-col items-center justify-center px-3.5 py-2 dark:border-gray-800 dark:from-gray-900 dark:to-gray-900/0 max-md:border-t max-md:bg-white max-md:dark:bg-gray-900 sm:px-5 md:pb-6 md:pt-4 xl:max-w-4xl [&>*]:pointer-events-auto"
>
<div class="flex w-full pb-3 max-md:justify-between">
{#if settings?.searchEnabled}
Expand Down

0 comments on commit 31cfecc

Please sign in to comment.