diff options
| author | Adam <[email protected]> | 2026-02-19 15:09:24 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-19 15:09:24 -0600 |
| commit | c76a81434d2228ac1913cf52caf4d3953ab75fe2 (patch) | |
| tree | 8bf0c85e84be88ebdca52e604aaf3aecd1679ad1 | |
| parent | 49cc872c4415f081b4208d16fd0d85e425a75eed (diff) | |
| download | opencode-c76a81434d2228ac1913cf52caf4d3953ab75fe2.tar.gz opencode-c76a81434d2228ac1913cf52caf4d3953ab75fe2.zip | |
chore: cleanup
| -rw-r--r-- | packages/app/src/components/prompt-input.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx index 0777bacc7..b1c608ffc 100644 --- a/packages/app/src/components/prompt-input.tsx +++ b/packages/app/src/components/prompt-input.tsx @@ -1246,7 +1246,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => { </DockShellForm> <Show when={store.mode === "normal" || store.mode === "shell"}> <DockTray attach="top"> - <div class="px-2 pt-5.5 pb-2 flex items-center gap-2 min-w-0"> + <div class="px-1.75 pt-5.5 pb-2 flex items-center gap-2 min-w-0"> <div class="flex items-center gap-1.5 min-w-0 flex-1"> <Show when={store.mode === "shell"}> <div class="h-7 flex items-center gap-1.5 max-w-[160px] min-w-0" style={{ padding: "0 4px 0 8px" }}> @@ -1254,7 +1254,6 @@ export const PromptInput: Component<PromptInputProps> = (props) => { <div class="size-4 shrink-0" /> </div> </Show> - <Show when={store.mode === "normal"}> <TooltipKeybind placement="top" |
