This commit is contained in:
Timothy Jaeryang Baek
2026-08-12 23:20:19 -06:00
parent 4e03d89414
commit 3813fd4cdc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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>
+1 -1
View File
@@ -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.")}