6a55092f2c
Search results were rendered inside FeedCard — a rounded, bordered, margin-inset card surface — while the main Activity feed renders posts edge-to-edge in a bare div. The mismatch made search results look 'boxed in' compared to every other feed in the app. Replace every FeedCard wrapper on the Search page (Posts, Communities, Accounts, Follows lists, and their skeletons) with the bare-div pattern used by Feed.tsx. NoteCard self-applies a bottom border, so the result lists drop divide-y while skeleton lists keep it (skeleton rows don't self-border).