mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
fix(ui): remove portal spacer and fix terminal toggle padding (#9728)
This commit is contained in:
parent
20c8624bb7
commit
489f2d3709
2 changed files with 4 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue