summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-23 20:54:13 +0000
committerDavid Hill <[email protected]>2026-01-24 06:18:55 +0000
commitc70e8b588036993b2fa0cad88ece74e2d28c9e7f (patch)
tree70b3e2a6f47e38adef6fafef6a252a0d8668d52a
parent42a1a1202c2a605887f796476dad31d0defad0c5 (diff)
downloadopencode-c70e8b588036993b2fa0cad88ece74e2d28c9e7f.tar.gz
opencode-c70e8b588036993b2fa0cad88ece74e2d28c9e7f.zip
fix(app): keep close icon in top right of comment card
-rw-r--r--packages/app/src/components/prompt-input.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx
index d4515dfc9..fec8a892e 100644
--- a/packages/app/src/components/prompt-input.tsx
+++ b/packages/app/src/components/prompt-input.tsx
@@ -1694,7 +1694,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
<div class="flex items-center gap-1.5">
<FileIcon node={{ path: item.path, type: "file" }} class="shrink-0 size-3.5" />
<div
- class="flex items-center text-11-regular min-w-0"
+ class="flex-1 flex items-center text-11-regular min-w-0"
style={{ "font-weight": "var(--font-weight-medium)" }}
>
<span class="text-text-weak whitespace-nowrap truncate min-w-0">{getDirectory(item.path)}</span>