Update AppImage

This commit is contained in:
MacRimi
2025-11-23 16:10:41 +01:00
parent 6aa24e23c0
commit fec03d1fd4
2 changed files with 27 additions and 1 deletions

View File

@@ -662,7 +662,6 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
<div
ref={(el) => (containerRefs.current[terminal.id] = el)}
className="w-full h-full bg-black overflow-hidden"
style={{ height: "calc(100vh - 24rem)" }}
/>
</TabsContent>
))}