Skip to content

fix(river): tighten "no servers" diagram cards; drop "Rough edges" alpha bullet#67

Merged
sanity merged 1 commit into
mainfrom
fix/river-noservers-diagram
Jul 4, 2026
Merged

fix(river): tighten "no servers" diagram cards; drop "Rough edges" alpha bullet#67
sanity merged 1 commit into
mainfrom
fix/river-noservers-diagram

Conversation

@sanity

@sanity sanity commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Problem

Two small landing-page fixes:

  1. In the "Wait, no servers?" diagram, the "A normal chat app" and "River" cards were stretched to the full grid-column width while their chip rows were left-aligned, so each card had empty space on the right (most noticeable on the shorter River card). Looked broken.
  2. The "Still alpha" box had a vague "Rough edges in the UI" bullet.

Approach

  1. Give .rv-shape width:fit-content; max-width:100% so each card hugs its flow content instead of stretching. Dead space gone; the two cards' right edges now line up (~460px each on desktop), and it subtly shows River's path is shorter. max-width:100% keeps the mobile behavior (cards go full-width and content wraps) unchanged.
  2. Remove the "Rough edges in the UI" alpha bullet.

Testing

Hugo build clean. Verified the diagram at desktop (1280px) and iPhone widths via Playwright screenshots: no right-side gap on desktop, content wraps cleanly on mobile. Confirmed the bullet is gone and the rest of the alpha box is intact.

CSS + one-line copy removal; no logic.

[AI-assisted - Claude]

…pha bullet

The two cards in the "Wait, no servers?" diagram were forced to full
column width while their chip rows were left-aligned, leaving dead space
on the right (especially the shorter River card). Size each card to its
content (width:fit-content, max-width:100% so it still wraps on mobile)
so the cards hug their flow and the right edges line up.

Also remove the vague "Rough edges in the UI" alpha bullet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Q5nGtN2vVKqYABT5sosrAB
@sanity sanity merged commit d0e2a88 into main Jul 4, 2026
3 checks passed
@sanity sanity deleted the fix/river-noservers-diagram branch July 4, 2026 15:58
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