diff options
| author | Jay V <[email protected]> | 2025-06-11 09:43:52 -0500 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-11 09:43:52 -0500 |
| commit | a9b230f419e2287187e339bdb128a7e48c5127f8 (patch) | |
| tree | 6eb6cdd3e0e34b7264cc896afb60ca58c2a565c7 /packages/web/src/components/share.module.css | |
| parent | 07cffebc8fc71d8ae5c1f6407e441e506807d934 (diff) | |
| download | opencode-a9b230f419e2287187e339bdb128a7e48c5127f8.tar.gz opencode-a9b230f419e2287187e339bdb128a7e48c5127f8.zip | |
share page scroll anchor
Diffstat (limited to 'packages/web/src/components/share.module.css')
| -rw-r--r-- | packages/web/src/components/share.module.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/web/src/components/share.module.css b/packages/web/src/components/share.module.css index 3644fb7c3..927d3be4b 100644 --- a/packages/web/src/components/share.module.css +++ b/packages/web/src/components/share.module.css @@ -207,7 +207,8 @@ align-items: center; justify-content: flex-start; - div:first-child { + a:first-child { + display: block; flex: 0 0 auto; width: 18px; opacity: 0.65; @@ -371,6 +372,8 @@ } } } + [data-part-type="tool-edit"] { + } } .message-text { |
