mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 00:16:59 +00:00
Content cards were butting up against the nav rail / window edge. Added contentPadding = PaddingValues(horizontal = 12.dp) to every scroll container so items sit inset by the same amount the header row already uses — a consistent gutter the eye can anchor to. Applied to: FeedScreen, ReadsScreen, NotificationsScreen, BookmarksScreen, DraftsScreen, SearchScreen, MyHighlightsScreen, UserProfileScreen, ThreadScreen, ChessScreen, RelayMetricsTab. RelayConfigTab (verticalScroll Column) got the same horizontal padding via its content modifier. Messages is untouched — its two-pane layout with an internal VerticalDivider already provides its own visual separation. https://claude.ai/code/session_01NufduPfZvYQVYwLkbCjCUo