mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix(app): terminal long-running processes
This commit is contained in:
parent
cdbb009ab0
commit
cb8533ef5b
3 changed files with 81 additions and 51 deletions
|
|
@ -863,9 +863,9 @@ export default function Page() {
|
|||
data-message-id={message.id}
|
||||
classList={{
|
||||
"min-w-0 w-full max-w-full": true,
|
||||
"last:min-h-[calc(100vh-13.5rem)] md:last:min-h-[calc(100vh-14.5rem)]":
|
||||
"last:min-h-[calc(100vh-5.5rem-var(--prompt-height,8rem)-32px)] md:last:min-h-[calc(100vh-4.5rem-var(--prompt-height,10rem)-32px)]":
|
||||
platform.platform !== "desktop",
|
||||
"last:min-h-[calc(100vh-15rem)] md:last:min-h-[calc(100vh-16rem)]":
|
||||
"last:min-h-[calc(100vh-7rem-var(--prompt-height,8rem)-32px)] md:last:min-h-[calc(100vh-6rem-var(--prompt-height,10rem)-32px)]":
|
||||
platform.platform === "desktop",
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue