File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -339,3 +339,11 @@ html:has(dialog:modal) {
339339 overflow : hidden;
340340 scrollbar-gutter : stable;
341341}
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+ }
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ function onPostMessage(event: MessageEvent) {
8484 max-width : 37.5rem ;
8585 width : 100% ;
8686 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 1 px 0 round 0.75 rem ) ;
87+ border-radius : 0.75 rem ;
88+ overflow : hidden ;
8989}
9090
9191.bluesky-embed-container > .loading-spinner {
You can’t perform that action at this time.
0 commit comments