Improve mobile UX: h1 font-size and Google Fonts link#71
Improve mobile UX: h1 font-size and Google Fonts link#71
Conversation
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
|
|
@copilot nice job. Can you also add a small link on the google fonts label, right aligned, a link to fonts.google.com target blank that says something appropriate. Also I’m not a fan of our mobile media query I thinks it’s 999. I want my phone in portrait mode to have the sidebar at the bottom but not landscape. Same goes for tablet. |
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
Done in commit 92f33e4:
Screenshots:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot actually that media query belongs in our layout so please remove it, but thanks and you can leave it as a comment here in the pr for future reference. |
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
Done in commit ffef679:
Screenshots:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|

Improves mobile user experience with typography adjustments and added navigation to Google Fonts.
Changes
1. Mobile Portrait Typography
src/styles/index.csstargeting mobile portrait viewports (max-width: 767px)2. Google Fonts Link
src/components/Sidebar.tsxwith proper link styling and security attributesVisual
Desktop: Shows Google Fonts link with icon, select below label

Mobile Portrait: h1 at 1.4rem, proper link layout

Note
Orientation-based media query was removed from app CSS as it belongs in the tool-style layout package. For future reference, the media query that was considered:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.