Skip to content

fix(staged): equalize project detail horizontal and vertical spacing - #831

Merged
matt2e merged 1 commit into
mainfrom
equal-horizonal-gap
Jun 29, 2026
Merged

fix(staged): equalize project detail horizontal and vertical spacing#831
matt2e merged 1 commit into
mainfrom
equal-horizonal-gap

Conversation

@matt2e

@matt2e matt2e commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Equalizes the padding around the projects list in the project detail view so the horizontal and vertical gaps match.

  • .projects-list padding goes from 16px 24px 24px to a uniform 16px.
  • The responsive (narrow-width) override goes from 12px 16px 16px to a uniform 12px.

Previously the horizontal padding (24px / 16px) was larger than the top padding (16px / 12px), giving uneven spacing around the content.

Collapse the .projects-list padding to a single uniform value so the
left and right spacing around branch cards and other project detail UI
matches the vertical gap above the project header. The whole view now
has identical borders on all four sides (16px desktop, 12px mobile)
instead of larger horizontal padding (24px/16px) than the top gap.

Signed-off-by: Matt Toohey <contact@matttoohey.com>
@matt2e
matt2e requested review from baxen and wesbillman as code owners June 29, 2026 06:31
@matt2e
matt2e merged commit 281e4fd into main Jun 29, 2026
4 checks passed
@matt2e
matt2e deleted the equal-horizonal-gap branch June 29, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant