We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddcd7b commit 2725f18Copy full SHA for 2725f18
2 files changed
app/assets/main.css
@@ -339,3 +339,11 @@ html:has(dialog:modal) {
339
overflow: hidden;
340
scrollbar-gutter: stable;
341
}
342
+
343
+/* Blog post Markdown wrapper styles */
344
+.blog-post img {
345
+ display: block;
346
+ max-width: 100%;
347
+ height: auto;
348
+ border-radius: 0.5rem; /* matches rounded-lg */
349
+}
app/components/EmbeddableBlueskyPost.client.vue
@@ -84,8 +84,8 @@ function onPostMessage(event: MessageEvent) {
84
max-width: 37.5rem;
85
width: 100%;
86
margin: 1.5rem auto;
87
- /* INFO: Necessary to remove the white 1px line at the bottom of the embed. Also sets border-radius */
88
- clip-path: inset(0 0 1px 0 round 0.75rem);
+ border-radius: 0.75rem;
+ overflow: hidden;
89
90
91
.bluesky-embed-container > .loading-spinner {
0 commit comments