fix: tighten PostCard density to pre-Phase 6 levels #3

Merged
starsetbyte merged 1 commit from fix/feed-density into main 2026-06-14 15:44:28 +00:00
Owner

Summary

  • Body text: bodyLarge (16sp) ? bodyMedium (14sp) � matches pre-Phase 6 size
  • Card vertical padding: 10dp ? 8dp � tightens inter-post gap
  • Embed spacer: 8dp ? 6dp
  • PostActions top padding: 6dp ? 4dp
  • ActionButton/LikeButton inner padding: 8dp ? 6dp

Closes #2.

Test plan

  • Home feed: more posts visible per viewport, text is smaller and tighter
  • Posts with embeds (images, link cards, quote posts): spacing between body and embed looks right
  • Action row tappable targets still comfortable
  • No regresssions on profile feed, thread view, or notifications
## Summary - Body text: `bodyLarge` (16sp) ? `bodyMedium` (14sp) � matches pre-Phase 6 size - Card vertical padding: `10dp` ? `8dp` � tightens inter-post gap - Embed spacer: `8dp` ? `6dp` - `PostActions` top padding: `6dp` ? `4dp` - `ActionButton`/`LikeButton` inner padding: `8dp` ? `6dp` Closes #2. ## Test plan - [x] Home feed: more posts visible per viewport, text is smaller and tighter - [x] Posts with embeds (images, link cards, quote posts): spacing between body and embed looks right - [x] Action row tappable targets still comfortable - [x] No regresssions on profile feed, thread view, or notifications
fix: tighten PostCard density to pre-Phase 6 levels
All checks were successful
peregrine-ci / assembleDebug Build succeeded (6s)
ba3c1edf81
Body text drops from bodyLarge (16sp) to bodyMedium (14sp); card vertical
padding 10→8dp; embed spacer 8→6dp; actions top padding 6→4dp; action/like
button inner padding 8→6dp. Closes #2.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
starsetbyte left a comment

reviewed text, will test on phone once build is done.

reviewed text, will test on phone once build is done.
Sign in to join this conversation.
No description provided.