This commit is contained in:
Timothy Jaeryang Baek 2024-12-26 22:03:39 -08:00
parent 7fa60dd63e
commit c53ace3c98

View File

@ -156,6 +156,10 @@
});
</script>
<svelte:head>
<title>#{channel?.name ?? 'Channel'} | Open WebUI</title>
</svelte:head>
<div
class="h-screen max-h-[100dvh] {$showSidebar
? 'md:max-w-[calc(100%-260px)]'