Personal blog finxol.io
blog

fix: increase image max-width

finxol.io fc013627 aadbe632

verified
+2 -2
+2 -2
app/components/page-elements/BskyFeedPost.vue
··· 403 403 404 404 .post-image { 405 405 height: 100%; 406 - width: auto; 407 - max-width: 8rem; 406 + width: min-content; 407 + max-width: 14rem; 408 408 object-fit: cover; 409 409 border-radius: 0.375rem; 410 410 transition: opacity 200ms;