mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
refac
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
import Emoji from '$lib/components/common/Emoji.svelte';
|
||||
import HashtagIcon from '$lib/components/icons/Hashtag.svelte';
|
||||
import LockIcon from '$lib/components/icons/Lock.svelte';
|
||||
import EditPencilIcon from './icons/EditPencil.svelte';
|
||||
import SettingsIcon from '$lib/components/icons/Settings.svelte';
|
||||
import UserIcon from './icons/User.svelte';
|
||||
import XMarkIcon from './icons/XMark.svelte';
|
||||
|
||||
@@ -242,7 +242,7 @@
|
||||
showEditChannelModal = true;
|
||||
}}
|
||||
>
|
||||
<EditPencilIcon className="size-3.5" />
|
||||
<SettingsIcon className="size-3.5" strokeWidth="1.5" />
|
||||
</button>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -666,8 +666,10 @@
|
||||
showCreateSubFolderModal = true;
|
||||
}}
|
||||
>
|
||||
<div class="p-1 dark:hover:bg-gray-850 rounded-lg touch-auto">
|
||||
<MoreHorizontal className="size-4" strokeWidth="1.5" />
|
||||
<div
|
||||
class="flex size-5 items-center justify-center self-center dark:hover:text-white transition m-0 touch-auto"
|
||||
>
|
||||
<MoreHorizontal className="size-3.5" strokeWidth="2" />
|
||||
</div>
|
||||
</FolderMenu>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user