diff --git a/src/modules/remote/components/file-transfer/FileTransferPage.tsx b/src/modules/remote/components/file-transfer/FileTransferPage.tsx index 0ce8a91..aa4c022 100644 --- a/src/modules/remote/components/file-transfer/FileTransferPage.tsx +++ b/src/modules/remote/components/file-transfer/FileTransferPage.tsx @@ -20,7 +20,7 @@ export const FileTransferPage: React.FC = ({ serverHost, const [localPath, setLocalPath] = useState('') const [transfers, setTransfers] = useState([]) const [transferring, setTransferring] = useState(false) - const [transferQueueHeight, setTransferQueueHeight] = useState(128) + const [transferQueueHeight, setTransferQueueHeight] = useState(240) const [isDragging, setIsDragging] = useState(false) const dragStartY = useRef(0) const dragStartHeight = useRef(128) diff --git a/src/modules/remote/components/file-transfer/LocalFilePanel.tsx b/src/modules/remote/components/file-transfer/LocalFilePanel.tsx index d8fc92d..f8b3af2 100644 --- a/src/modules/remote/components/file-transfer/LocalFilePanel.tsx +++ b/src/modules/remote/components/file-transfer/LocalFilePanel.tsx @@ -170,7 +170,7 @@ export const LocalFilePanel: React.FC = ({