forked from open-webui/open-webui
Update Sidebar.svelte
This commit is contained in:
parent
b9444d00b3
commit
9b86e0bb41
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@
|
||||||
<div
|
<div
|
||||||
class="fixed left-0 top-[50dvh] z-40 -translate-y-1/2 transition-transform translate-x-[255px] md:translate-x-[260px] rotate-0"
|
class="fixed left-0 top-[50dvh] z-40 -translate-y-1/2 transition-transform translate-x-[255px] md:translate-x-[260px] rotate-0"
|
||||||
>
|
>
|
||||||
<Tooltip placement="right" content={`${show ? 'Close' : 'Open'} sidebar`}>
|
<Tooltip placement="right" content={`${show ? 'Close' : 'Open'} sidebar`} touch={false}>
|
||||||
<button
|
<button
|
||||||
id="sidebar-toggle-button"
|
id="sidebar-toggle-button"
|
||||||
class=" group"
|
class=" group"
|
||||||
|
|
Loading…
Reference in a new issue