mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
fix: sidebar
This commit is contained in:
parent
d88cc6007c
commit
ad67339426
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user