Skip to content

Increase email list font size on mobile#106

Merged
steve8708 merged 3 commits intomainfrom
ai_main_e14f9e566f79
Mar 29, 2026
Merged

Increase email list font size on mobile#106
steve8708 merged 3 commits intomainfrom
ai_main_e14f9e566f79

Conversation

@steve8708
Copy link
Copy Markdown
Contributor

@steve8708 steve8708 commented Mar 29, 2026

Summary

Bumps up the font size for email list items in the mail template on mobile devices, making the text more readable on smaller screens.

Problem

The email list in the mail template used a fixed small font size (text-[13px] / text-[12px]) across all screen sizes, which was too small to read comfortably on mobile.

Solution

Applied responsive Tailwind classes so that mobile uses the standard text-sm / text-xs sizes, while larger screens (sm: breakpoint and above) retain the original custom pixel sizes.

Key Changes

  • Sender name: Changed from text-[13px] to text-sm sm:text-[13px] for responsive sizing
  • Subject line: Changed from text-[13px] to text-sm sm:text-[13px] for responsive sizing
  • Email snippet: Changed from text-[13px] to text-sm sm:text-[13px] for responsive sizing
  • Timestamp: Changed from text-[12px] to text-xs sm:text-[12px] for responsive sizing

Edit in Builder  Preview


To clone this PR locally use the Github CLI with command gh pr checkout 106

You can tag me at @BuilderIO for anything you want me to fix or change

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 29, 2026

Deploy Preview for agent-native-fw ready!

Name Link
🔨 Latest commit 27a11b6
🔍 Latest deploy log https://app.netlify.com/projects/agent-native-fw/deploys/69c94ee33fbbf1000819c20f
😎 Deploy Preview https://deploy-preview-106--agent-native-fw.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@builder-io-integration builder-io-integration bot changed the title Update from the Builder.io agent Increase email list font size on mobile Mar 29, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
🔵 In progress
View logs
agent-native-calendar a4afece Mar 29 2026, 04:07 PM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 29, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
agent-native-mail 27a11b6 Commit Preview URL

Branch Preview URL
Mar 29 2026, 04:12 PM

@steve8708 steve8708 enabled auto-merge (squash) March 29, 2026 16:08
@steve8708
Copy link
Copy Markdown
Contributor Author

@builderio-bot fix the merge conflict

@builder-io-integration
Copy link
Copy Markdown

✅ Merge conflict resolved! I've preserved main's changes by keeping the options?: { requestSource?: string } parameter that was added for request source tracking. The file has been committed with the resolution.

@steve8708 steve8708 merged commit 5fadfc7 into main Mar 29, 2026
15 checks passed
@steve8708 steve8708 deleted the ai_main_e14f9e566f79 branch March 29, 2026 16:13
Copy link
Copy Markdown

@builder-io-integration builder-io-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visual Verification

Verified EmailListItem row with responsive classes: text-sm (14px) on mobile, sm:text-[13px] (13px) on desktop — layout intact with proper truncation and alignment

Details

PR #106 adds responsive Tailwind font classes to EmailListItem.tsx for improved mobile readability. Code review found no issues — all 4 text elements updated consistently, deleted files are auto-generated and safe to remove. Visual verification confirms the row layout renders correctly with proper truncation, alignment, and no overflow issues.


View in Builder.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants