diff options
| author | Jay V <[email protected]> | 2025-10-14 17:40:58 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-10-14 17:41:17 -0400 |
| commit | 6191232d5f00258230a9824b5305e864ebe2c1af (patch) | |
| tree | 606a393ee1459b82c9dd2b77b005f98244d53c32 /packages/web/src/components/share/part.module.css | |
| parent | 95f4ce86d673b955013dc856dace504de8f9c29b (diff) | |
| download | opencode-6191232d5f00258230a9824b5305e864ebe2c1af.tar.gz opencode-6191232d5f00258230a9824b5305e864ebe2c1af.zip | |
web: colocate copy button styles with components that use them
Diffstat (limited to 'packages/web/src/components/share/part.module.css')
| -rw-r--r-- | packages/web/src/components/share/part.module.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/web/src/components/share/part.module.css b/packages/web/src/components/share/part.module.css index 45310a0b2..b1269445f 100644 --- a/packages/web/src/components/share/part.module.css +++ b/packages/web/src/components/share/part.module.css @@ -127,11 +127,6 @@ flex-grow: 1; max-width: var(--md-tool-width); position: relative; - - [data-component="copy-button"] { - top: 0.5rem; - right: calc(0.5rem - 1px); - } } [data-component="assistant-reasoning"] { @@ -149,11 +144,6 @@ padding: 0.5rem calc(0.5rem + 3px); border-radius: 0.25rem; position: relative; - - [data-component="copy-button"] { - top: 0.5rem; - right: calc(0.5rem - 1px); - } } } @@ -172,11 +162,6 @@ padding: 0.5rem calc(0.5rem + 3px); border-radius: 0.25rem; position: relative; - - [data-component="copy-button"] { - top: 0.5rem; - right: calc(0.5rem - 1px); - } } } @@ -300,11 +285,6 @@ padding: 0.5rem calc(0.5rem + 3px); border-radius: 0.25rem; position: relative; - - [data-component="copy-button"] { - top: 0.5rem; - right: calc(0.5rem - 1px); - } } } } |
