From cb3d501649ac3a80b17c1c772dcf1a8745c271b3 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 12:02:34 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 99e0847..b20c911 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -518,18 +518,6 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl return (
- {!isMobile && ( -
- -
- )} -
@@ -611,7 +599,10 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl
-
+
{isMobile ? ( @@ -645,7 +636,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl ) : (
{terminals.map((terminal) => ( -
+
)}
-
(containerRefs.current[terminal.id] = el)} - className="w-full h-full bg-black pt-7 overflow-hidden" - /> +
(containerRefs.current[terminal.id] = el)} className="w-full h-full bg-black pt-7" />
))}
)}
+ {!isMobile && ( +
+ +
+ )} + {isMobile && (
{lastKeyPressed && (