chore: update height of thread detail
This commit is contained in:
parent
5c4ce729f7
commit
04e81ba20e
@ -124,7 +124,7 @@ function ThreadDetail() {
|
|||||||
if (!messages || !threadModel) return null
|
if (!messages || !threadModel) return null
|
||||||
|
|
||||||
return (
|
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>
|
<HeaderPage>
|
||||||
<div className="flex items-center justify-between w-full pr-2">
|
<div className="flex items-center justify-between w-full pr-2">
|
||||||
{PlatformFeatures[PlatformFeature.ASSISTANTS] && (
|
{PlatformFeatures[PlatformFeature.ASSISTANTS] && (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user