mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
cd9db21c52
commit
b5da50f3df
1 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@
|
|||
: ' dark:text-gray-400 text-gray-600'} cursor-pointer select-none"
|
||||
>
|
||||
<a
|
||||
class=" w-full flex"
|
||||
class="min-w-0 flex flex-1"
|
||||
href="/channels/{channel.id}"
|
||||
on:click={() => {
|
||||
console.log(channel);
|
||||
|
|
@ -203,7 +203,7 @@
|
|||
</a>
|
||||
|
||||
{#if ['dm'].includes(channel?.type)}
|
||||
<div class="ml-0.5 mr-1 hover-reveal self-center flex items-center dark:text-gray-300">
|
||||
<div class="ml-0.5 mr-1 hover-reveal self-center flex shrink-0 items-center dark:text-gray-300">
|
||||
<button
|
||||
type="button"
|
||||
class="p-0.5 dark:hover:bg-gray-850 rounded-lg touch-auto"
|
||||
|
|
@ -228,7 +228,7 @@
|
|||
</button>
|
||||
</div>
|
||||
{:else if $user?.role === 'admin' || channel.user_id === $user?.id}
|
||||
<div class="ml-0.5 mr-1 hover-reveal self-center flex items-center dark:text-gray-300">
|
||||
<div class="ml-0.5 mr-1 hover-reveal self-center flex shrink-0 items-center dark:text-gray-300">
|
||||
<button
|
||||
type="button"
|
||||
class="p-0.5 dark:hover:bg-gray-850 rounded-lg touch-auto"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue