fix: sidebar

This commit is contained in:
Timothy J. Baek 2024-05-14 12:17:56 -10:00
parent d88cc6007c
commit ad67339426
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<div class="flex items-center w-full max-w-full">
<div class="{$showSidebar ? 'md:hidden' : ''} mr-3 self-start flex flex-none items-center">
<button
id="new-chat-button"
id="sidebar-toggle-button"
class="cursor-pointer px-2 py-2 flex rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
on:click={() => {
showSidebar.set(!$showSidebar);

View File

@ -210,7 +210,6 @@
>
<div class="px-2 flex justify-between space-x-2">
<button
id="new-chat-button"
class=" cursor-pointer px-2 py-2 flex rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
on:click={() => {
showSidebar.set(!$showSidebar);