Personal blog finxol.io
blog

fix: post layout when multiple images

finxol.io aadbe632 77c2710c

verified
+2 -5
+2 -5
app/components/page-elements/BskyFeedPost.vue
··· 251 251 display: flex; 252 252 padding: 0.75rem; 253 253 border-radius: 0.5rem; 254 - width: 19rem; 254 + width: fit-content; 255 255 height: 13rem; 256 256 flex-shrink: 0; 257 257 scroll-snap-align: start; 258 258 overflow: hidden; 259 - 260 - &.has-images { 261 - width: 28rem; 262 - } 263 259 264 260 :where( 265 261 .list-item-secondary-action, ··· 351 347 352 348 .text { 353 349 font-size: 0.8125rem; 350 + max-width: 15rem; 354 351 white-space: pre-wrap; 355 352 overflow: hidden; 356 353 display: -webkit-box;