Skip to content

Commit 3680ad6

Browse files
Don’t allow post images to grow beyond original size.
1 parent 77b1a08 commit 3680ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Embedodon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class Embedodon {
5252
gap: 0.5rem;
5353
}
5454
.media > a {
55-
flex: 1 1;
55+
flex: 0 1 content;
5656
min-width: 0;
5757
display: block;
5858
position: relative;

0 commit comments

Comments
 (0)