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: post layout when multiple images
finxol.io
1 month ago
aadbe632
77c2710c
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
11s
+2
-5
1 changed file
expand all
collapse all
unified
split
app
components
page-elements
BskyFeedPost.vue
+2
-5
app/components/page-elements/BskyFeedPost.vue
···
251
251
display: flex;
252
252
padding: 0.75rem;
253
253
border-radius: 0.5rem;
254
254
-
width: 19rem;
254
254
+
width: fit-content;
255
255
height: 13rem;
256
256
flex-shrink: 0;
257
257
scroll-snap-align: start;
258
258
overflow: hidden;
259
259
-
260
260
-
&.has-images {
261
261
-
width: 28rem;
262
262
-
}
263
259
264
260
:where(
265
261
.list-item-secondary-action,
···
351
347
352
348
.text {
353
349
font-size: 0.8125rem;
350
350
+
max-width: 15rem;
354
351
white-space: pre-wrap;
355
352
overflow: hidden;
356
353
display: -webkit-box;