tangled
alpha
login
or
join now
finxol.io
/
blog
0
fork
atom
Personal blog
finxol.io
blog
0
fork
atom
overview
issues
pulls
pipelines
fix: increase image max-width
finxol.io
1 month ago
fc013627
aadbe632
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
10s
+2
-2
1 changed file
expand all
collapse all
unified
split
app
components
page-elements
BskyFeedPost.vue
+2
-2
app/components/page-elements/BskyFeedPost.vue
···
403
403
404
404
.post-image {
405
405
height: 100%;
406
406
-
width: auto;
407
407
-
max-width: 8rem;
406
406
+
width: min-content;
407
407
+
max-width: 14rem;
408
408
object-fit: cover;
409
409
border-radius: 0.375rem;
410
410
transition: opacity 200ms;