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: add overflow constraint to popover trigger for location truncation

The ProfilePopover wrapper was breaking the flex overflow chain,
preventing long location text from truncating in gallery card headers.

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

+2
+2
app/lib/components/molecules/ProfilePopover.svelte
··· 134 134 .popover-trigger { 135 135 position: relative; 136 136 display: inline-flex; 137 + min-width: 0; 138 + overflow: hidden; 137 139 } 138 140 139 141 .popover {