Update terminal-panel.tsx

This commit is contained in:
MacRimi
2026-02-01 01:32:20 +01:00
parent d19f9c6888
commit 1870f74f0c

View File

@@ -891,7 +891,7 @@ const handleClose = () => {
)} )}
{(isMobile || isTablet) && ( {(isMobile || isTablet) && (
<div className="flex flex-wrap gap-1.5 justify-center items-center px-1 bg-zinc-900 text-sm rounded-b-md border-t border-zinc-700 py-1.5"> <div className="flex gap-1.5 justify-center items-center px-1 bg-zinc-900 text-sm rounded-b-md border-t border-zinc-700 py-1.5">
<Button <Button
onPointerDown={(e) => { onPointerDown={(e) => {
e.preventDefault() e.preventDefault()
@@ -972,7 +972,7 @@ const handleClose = () => {
}} }}
variant="outline" variant="outline"
size="sm" size="sm"
className="h-8 px-3 text-xs bg-blue-600/20 hover:bg-blue-600/30 border-blue-600/50 text-blue-400" className="h-8 px-2 text-xs bg-blue-600/20 hover:bg-blue-600/30 border-blue-600/50 text-blue-400"
> >
Enter Enter
</Button> </Button>