mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 05:18:15 +00:00
refac: styling
This commit is contained in:
parent
babfc97c90
commit
4b00036dbf
@ -289,6 +289,7 @@
|
|||||||
}}>{copied ? $i18n.t('Copied') : $i18n.t('Copy')}</button
|
}}>{copied ? $i18n.t('Copied') : $i18n.t('Copy')}</button
|
||||||
>
|
>
|
||||||
|
|
||||||
|
{#if contents[selectedContentIdx].type === 'iframe'}
|
||||||
<Tooltip content={$i18n.t('Open in full screen')}>
|
<Tooltip content={$i18n.t('Open in full screen')}>
|
||||||
<button
|
<button
|
||||||
class=" bg-none border-none text-xs bg-gray-50 hover:bg-gray-100 dark:bg-gray-850 dark:hover:bg-gray-800 transition rounded-md p-0.5"
|
class=" bg-none border-none text-xs bg-gray-50 hover:bg-gray-100 dark:bg-gray-850 dark:hover:bg-gray-800 transition rounded-md p-0.5"
|
||||||
@ -297,6 +298,7 @@
|
|||||||
<ArrowsPointingOut className="size-3.5" />
|
<ArrowsPointingOut className="size-3.5" />
|
||||||
</button>
|
</button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user