fix(app): remove terminal button border to align with close button (#9874)

This commit is contained in:
Allan Hvam
2026-01-21 20:05:32 +01:00
committed by GitHub
parent df2ed99231
commit 13405aedea

View File

@@ -106,6 +106,7 @@ export function SortableTerminalTab(props: { terminal: LocalPTY; onClose?: () =>
<div use:sortable classList={{ "h-full": true, "opacity-0": sortable.isActiveDraggable }}>
<div class="relative h-full">
<Tabs.Trigger
classes={{ button: "border-0" }}
value={props.terminal.id}
onClick={focus}
onMouseDown={(e) => e.preventDefault()}