Skip to content

Conversation

gophlet
Copy link
Contributor

@gophlet gophlet commented Aug 18, 2025

What this PR does

Before this PR:
图片

After this PR:
图片

Why we need it and why it was done in this way

The following tradeoffs were made:

  • CSS clamp() with a suitable range was used to keep vertical spacing responsive, allowing it to stretch or shrink with the viewport but never causing content overflow. This approach maintains layout flexibility without exceeding design limits.

The following alternatives were considered:

  • A full page layout redesign was considered, but this would require more effort and introduce unnecessary complexity. The clamp() solution achieves the intended effect simply and maintainably.

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.

Release note

NONE

@beyondkmp beyondkmp requested a review from kangfenmao August 18, 2025 07:20
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