mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-23 12:46:31 +00:00
Update terminal-panel.tsx
This commit is contained in:
parent
4ebb0c432e
commit
fd60292b5d
@ -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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user