diff options
| author | Adam <[email protected]> | 2026-02-05 07:02:31 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-05 07:03:29 -0600 |
| commit | 05529f66d7bbf4b210c14c205dccf3a6942ddd0d (patch) | |
| tree | 0d77f44afed02124d5728b4cc017a6a44e03c906 /packages/ui/src/components/message-part.css | |
| parent | ef09dddaa5ea7a533fa2042068761cd4a9cbcb35 (diff) | |
| download | opencode-05529f66d7bbf4b210c14c205dccf3a6942ddd0d.tar.gz opencode-05529f66d7bbf4b210c14c205dccf3a6942ddd0d.zip | |
fix(app): copy buttons smaller and out of the way
Diffstat (limited to 'packages/ui/src/components/message-part.css')
| -rw-r--r-- | packages/ui/src/components/message-part.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/message-part.css b/packages/ui/src/components/message-part.css index 2bef792a2..9a18810dc 100644 --- a/packages/ui/src/components/message-part.css +++ b/packages/ui/src/components/message-part.css @@ -121,7 +121,7 @@ [data-slot="text-part-copy-wrapper"] { position: absolute; - top: 8px; + top: -28px; right: 8px; opacity: 0; transition: opacity 0.15s ease; |
