mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-14 16:16:21 +00:00
Update terminal-panel.tsx
This commit is contained in:
@@ -651,8 +651,8 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className="flex-1 overflow-hidden flex flex-col"
|
className={`overflow-hidden flex flex-col ${isMobile ? "flex-1" : ""}`}
|
||||||
style={!isMobile ? { height: `${terminalHeight}px` } : undefined}
|
style={!isMobile ? { height: `${terminalHeight}px`, flexShrink: 0 } : undefined}
|
||||||
>
|
>
|
||||||
{isMobile ? (
|
{isMobile ? (
|
||||||
<Tabs value={activeTerminalId} onValueChange={setActiveTerminalId} className="h-full flex flex-col">
|
<Tabs value={activeTerminalId} onValueChange={setActiveTerminalId} className="h-full flex flex-col">
|
||||||
|
|||||||
Reference in New Issue
Block a user