diff options
| author | Jay V <[email protected]> | 2025-06-18 18:01:32 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-18 18:01:34 -0400 |
| commit | b6caae97088f5bb48b9b6cf7ffa41efdebc8e051 (patch) | |
| tree | 192f00aed2c93df820527a18c6c2c6262c99c6f5 /packages/web/src/pages | |
| parent | 183ca64ef99deb079b876f45ab0afd426afd6b83 (diff) | |
| download | opencode-b6caae97088f5bb48b9b6cf7ffa41efdebc8e051.tar.gz opencode-b6caae97088f5bb48b9b6cf7ffa41efdebc8e051.zip | |
ignore: share
Diffstat (limited to 'packages/web/src/pages')
| -rw-r--r-- | packages/web/src/pages/s/[id].astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/pages/s/[id].astro b/packages/web/src/pages/s/[id].astro index c196a4290..2b7cc8a95 100644 --- a/packages/web/src/pages/s/[id].astro +++ b/packages/web/src/pages/s/[id].astro @@ -74,7 +74,11 @@ const ogImage = `https://social-cards.sst.dev/opencode-share/${encodedTitle}.png body > .page > .main-frame .main-pane > main > .content-panel:first-of-type { display: none; } +body > .page > .main-frame .main-pane > main { + padding: 0; +} body > .page > .main-frame .main-pane > main > .content-panel + .content-panel { border-top: none !important; + padding: 0; } </style> |
