From 6fb2869cd83cb3b2c00fa6b97ac47f68befc9408 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 11:42:30 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 6783735..58e5ff4 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -289,7 +289,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl scrollback: 2000, disableStdin: false, cols: isMobile ? 40 : layout === "grid" ? 60 : 120, - rows: isMobile ? 20 : layout === "grid" ? 15 : 30, + rows: isMobile ? 20 : layout === "grid" ? 20 : 40, theme: { background: "#000000", foreground: "#ffffff", @@ -607,7 +607,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl )} -
+
))}