From cca226dec09ca54b8e5eb9023aabc2533d6e6d16 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 24 Nov 2025 17:50:41 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index f15e9fd..e50a98b 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -366,7 +366,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl import("xterm/css/xterm.css"), ]).then(([Terminal, FitAddon]) => [Terminal, FitAddon]) - const fontSize = window.innerWidth < 768 ? 10 : 14 + const fontSize = window.innerWidth < 768 ? 12 : 16 const term = new TerminalClass({ rendererType: "dom", @@ -651,7 +651,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl
{isMobile ? ( @@ -724,7 +724,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl )}
- {!isMobile && terminals.length > 1 && ( + {window.innerWidth >= 640 && (
console.log("[v0] Handle clicked")}