refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2025-01-13 19:23:57 -08:00
parent f299e19002
commit 22ad0264c1
6 changed files with 7 additions and 7 deletions

View File

@@ -1831,7 +1831,7 @@
{#if !chatIdProp || (loaded && chatIdProp)}
<div
class="h-screen max-h-[100dvh] transition-width duration-300 ease-in-out {$showSidebar
class="h-screen max-h-[100dvh] transition-width duration-200 ease-in-out {$showSidebar
? ' md:max-w-[calc(100%-260px)]'
: ' '} w-full max-w-full flex flex-col"
id="chat-container"