Commit ad673394 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: sidebar

parent d88cc600
......@@ -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);
......
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment