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 && (