mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
moved sidebar-folder-button from class to id
This commit is contained in:
parent
e4f27ab75f
commit
3df5826d93
1 changed files with 2 additions and 1 deletions
|
|
@ -139,7 +139,8 @@
|
||||||
>
|
>
|
||||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
<div
|
<div
|
||||||
class="sidebar-folder-button w-full group rounded-xl relative flex items-center justify-between hover:bg-gray-100 dark:hover:bg-gray-900 transition {buttonClassName}"
|
id="sidebar-folder-button"
|
||||||
|
class=" w-full group rounded-xl relative flex items-center justify-between hover:bg-gray-100 dark:hover:bg-gray-900 transition {buttonClassName}"
|
||||||
>
|
>
|
||||||
<button class="w-full py-1.5 pl-2 flex items-center gap-1.5 text-xs font-medium">
|
<button class="w-full py-1.5 pl-2 flex items-center gap-1.5 text-xs font-medium">
|
||||||
{#if chevron}
|
{#if chevron}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue