fix(ui): remove portal spacer and fix terminal toggle padding (#9728)

This commit is contained in:
Alex Yaroshuk
2026-01-21 10:27:33 +08:00
committed by GitHub
parent 20c8624bb7
commit 489f2d3709
2 changed files with 4 additions and 6 deletions

View File

@@ -217,9 +217,9 @@ export function SessionHeader() {
title={language.t("command.terminal.toggle")}
keybind={command.keybind("terminal.toggle")}
>
<Button
<Button
variant="ghost"
class="group/terminal-toggle size-6 p-0"
class="group/terminal-toggle size-8 rounded-md"
onClick={() => view().terminal.toggle()}
>
<div class="relative flex items-center justify-center size-4 [&>*]:absolute [&>*]:inset-0">