ignore: share

This commit is contained in:
Jay V
2025-06-18 18:01:32 -04:00
parent 183ca64ef9
commit b6caae9708
3 changed files with 40 additions and 15 deletions

View File

@@ -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>