grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: truncate long location text in gallery card header

Add overflow constraints to author-chip and author-info so long
address strings ellipsis instead of overflowing the card header.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+3
+3
app/lib/components/molecules/GalleryCard.svelte
··· 298 298 gap: 10px; 299 299 text-decoration: none; 300 300 color: inherit; 301 + min-width: 0; 302 + overflow: hidden; 301 303 } 302 304 .author-info { 303 305 display: flex; 304 306 flex-direction: column; 305 307 min-width: 0; 308 + overflow: hidden; 306 309 } 307 310 .author-name-row { 308 311 display: flex;