Skip to content

Fix mobile responsiveness across UI components#28

Merged
ben-burwood merged 2 commits intomainfrom
copilot/fix-mobile-responsivity
Mar 25, 2026
Merged

Fix mobile responsiveness across UI components#28
ben-burwood merged 2 commits intomainfrom
copilot/fix-mobile-responsivity

Conversation

Copy link
Contributor

Copilot AI commented Mar 22, 2026

Several flex layouts had no wrapping, causing content to overflow or clip on narrow (mobile) viewports.

Changes

  • App.vue — accordion summary (endpoint name / IP / badges): flex gap-4flex flex-wrap gap-2 sm:gap-4
  • EndpointCard.vue — SSL properties row (TLS version, handshake, cipher): flex gap-4flex flex-wrap gap-4
  • EndpointCertificateCard.vue
    • Countdown + validity dates: flex gap-10 items-centerflex flex-col sm:flex-row gap-4 items-start sm:items-center
    • Algorithm labels: flex gap-5flex flex-wrap gap-4
  • WhoIs.vue
    • Name servers list: flex gap-2flex flex-wrap gap-2
    • Countdown + expiration date: flex gap-10 items-centerflex flex-col sm:flex-row gap-4 items-start sm:items-center

All row-to-column switches use sm: (640px) as the breakpoint, stacking vertically on mobile and reverting to the original horizontal layout on wider screens.

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:

  • example.com
    • Triggering command: /usr/bin/curl curl -s REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Fix mobile responsivity


⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

Co-authored-by: ben-burwood <77846694+ben-burwood@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ben-burwood/certui/sessions/254521e6-30d4-4c90-8528-9809fcd7dcbe
Copilot AI changed the title [WIP] Fix mobile responsivity issues Fix mobile responsiveness across UI components Mar 22, 2026
Copilot AI requested a review from ben-burwood March 22, 2026 23:37
@ben-burwood ben-burwood marked this pull request as ready for review March 22, 2026 23:48
@ben-burwood ben-burwood merged commit 9daeb4e into main Mar 25, 2026
@ben-burwood ben-burwood deleted the copilot/fix-mobile-responsivity branch March 25, 2026 19:50
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.

2 participants