summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/diff.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-11-25 07:40:11 -0600
committerAdam <[email protected]>2025-11-25 07:40:16 -0600
commit15facd8cfd5ed43fd503326d950df40e5ef81a3a (patch)
treed9bc3650299da970899c0cc2f888d223a5c973a5 /packages/ui/src/components/diff.css
parent57bd47a44673a03f7c0fd9b509a796b36c94c130 (diff)
downloadopencode-15facd8cfd5ed43fd503326d950df40e5ef81a3a.tar.gz
opencode-15facd8cfd5ed43fd503326d950df40e5ef81a3a.zip
feat(share): SSR'd diffs
Diffstat (limited to 'packages/ui/src/components/diff.css')
-rw-r--r--packages/ui/src/components/diff.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/src/components/diff.css b/packages/ui/src/components/diff.css
index 860e3b1d1..690667ea7 100644
--- a/packages/ui/src/components/diff.css
+++ b/packages/ui/src/components/diff.css
@@ -22,6 +22,9 @@
width: var(--pjs-column-content-width);
left: var(--pjs-column-number-width);
padding-left: 8px;
+ user-select: none;
+ cursor: default;
+ text-align: left;
[data-slot="diff-hunk-separator-content-span"] {
mix-blend-mode: var(--text-mix-blend-mode);