summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/icon-button.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-05 07:02:31 -0600
committerAdam <[email protected]>2026-02-05 07:03:29 -0600
commit05529f66d7bbf4b210c14c205dccf3a6942ddd0d (patch)
tree0d77f44afed02124d5728b4cc017a6a44e03c906 /packages/ui/src/components/icon-button.css
parentef09dddaa5ea7a533fa2042068761cd4a9cbcb35 (diff)
downloadopencode-05529f66d7bbf4b210c14c205dccf3a6942ddd0d.tar.gz
opencode-05529f66d7bbf4b210c14c205dccf3a6942ddd0d.zip
fix(app): copy buttons smaller and out of the way
Diffstat (limited to 'packages/ui/src/components/icon-button.css')
-rw-r--r--packages/ui/src/components/icon-button.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css
index aa550e990..cb5f61f2b 100644
--- a/packages/ui/src/components/icon-button.css
+++ b/packages/ui/src/components/icon-button.css
@@ -120,6 +120,11 @@
gap: calc(var(--spacing) * 0.5);
}
+ &[data-size="small"] {
+ width: 20px;
+ height: 20px;
+ }
+
&[data-size="large"] {
height: 32px;
/* padding: 0 8px 0 6px; */