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:
@@ -1521,7 +1521,7 @@
|
||||
<div
|
||||
class="{($settings?.widescreenMode ?? null)
|
||||
? 'max-w-full'
|
||||
: 'max-w-[58rem]'} px-2.5 mx-auto inset-x-0"
|
||||
: 'max-w-[58rem]'} px-2 mx-auto inset-x-0"
|
||||
>
|
||||
<div class="">
|
||||
<input
|
||||
@@ -2536,7 +2536,7 @@
|
||||
{@html DOMPurify.sanitize(marked($config?.license_metadata?.input_footer))}
|
||||
</div>
|
||||
{:else}
|
||||
<div class="mb-1" />
|
||||
<div class="mb-0.5" />
|
||||
{/if}
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
$selectedFolder.permission !== 'write';
|
||||
</script>
|
||||
|
||||
<div class="m-auto w-full max-w-[58rem] px-2 @2xl:px-20 translate-y-6 py-24 text-center">
|
||||
<div class="m-auto w-full max-w-[58rem] px-1 @2xl:px-20 translate-y-6 py-24 text-center">
|
||||
{#if $temporaryChatEnabled}
|
||||
<Tooltip
|
||||
content={$i18n.t("This chat won't appear in history and your messages will not be saved.")}
|
||||
|
||||
Reference in New Issue
Block a user