mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 23:05:20 +00:00
refac: styling
This commit is contained in:
parent
6e0badde67
commit
3af96c9d4e
1 changed files with 2 additions and 5 deletions
|
|
@ -1676,11 +1676,8 @@
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
{#if prompt !== '' && ($config?.features?.enable_notes ?? false) && ($user?.role === 'admin' || ($user?.permissions?.features?.notes ?? true))}
|
{#if prompt !== '' && !history?.currentId && ($config?.features?.enable_notes ?? false) && ($user?.role === 'admin' || ($user?.permissions?.features?.notes ?? true))}
|
||||||
<Tooltip
|
<Tooltip content={$i18n.t('Create note')} className=" flex items-center">
|
||||||
content={$i18n.t('Create note')}
|
|
||||||
className="-mr-[0.5px] flex items-center"
|
|
||||||
>
|
|
||||||
<button
|
<button
|
||||||
id="send-message-button"
|
id="send-message-button"
|
||||||
class=" text-gray-600 dark:text-gray-300 hover:text-gray-700 dark:hover:text-gray-200 transition rounded-full p-1.5 self-center"
|
class=" text-gray-600 dark:text-gray-300 hover:text-gray-700 dark:hover:text-gray-200 transition rounded-full p-1.5 self-center"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue