diff options
| author | David Hill <[email protected]> | 2026-01-24 18:26:32 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-24 18:59:07 +0000 |
| commit | e2bffc29f27ea9a94b42619c6ed6d3903ee3a4b8 (patch) | |
| tree | c36112422cdb5e33c8bcdd8286368261a25f9905 | |
| parent | fda897eac48006897ab749ae9eba1456bc71f324 (diff) | |
| download | opencode-e2bffc29f27ea9a94b42619c6ed6d3903ee3a4b8.tar.gz opencode-e2bffc29f27ea9a94b42619c6ed6d3903ee3a4b8.zip | |
fix(ui): change read-only comment popover border-radius to 8px
| -rw-r--r-- | packages/ui/src/components/line-comment.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/line-comment.css b/packages/ui/src/components/line-comment.css index d497f7fcd..be682dc05 100644 --- a/packages/ui/src/components/line-comment.css +++ b/packages/ui/src/components/line-comment.css @@ -36,7 +36,7 @@ z-index: var(--line-comment-popover-z, 40); min-width: 200px; max-width: min(320px, calc(100vw - 48px)); - border-radius: 14px; + border-radius: 8px; background: var(--surface-raised-stronger-non-alpha); box-shadow: var(--shadow-lg-border-base); padding: 12px; |
