Update AppImage

This commit is contained in:
MacRimi
2025-11-22 22:28:34 +01:00
parent 4564fdc6aa
commit db5141e010
2 changed files with 6 additions and 6 deletions

View File

@@ -496,7 +496,7 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
}
`}</style>
<div className="min-h-[calc(100vh-200px)] flex flex-col bg-zinc-900 rounded-md overflow-hidden">
<div className="h-full flex flex-col bg-zinc-900 rounded-md overflow-hidden">
<div className="flex items-center justify-between px-4 py-2 bg-zinc-900 border-b border-zinc-800">
<div className="flex items-center gap-3">
<Activity className="h-5 w-5 text-blue-500" />