chore: update height of thread detail

This commit is contained in:
Faisal Amir 2025-09-22 20:55:33 +07:00
parent 5c4ce729f7
commit 04e81ba20e

View File

@ -124,7 +124,7 @@ function ThreadDetail() {
if (!messages || !threadModel) return null
return (
<div className="flex flex-col h-full">
<div className="flex flex-col h-[calc(100dvh-(env(safe-area-inset-bottom)+env(safe-area-inset-top)))]">
<HeaderPage>
<div className="flex items-center justify-between w-full pr-2">
{PlatformFeatures[PlatformFeature.ASSISTANTS] && (