Changeset 1664f31 in Klonkt for src/routes

Timestamp:
06/21/2026 04:01:09 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
d70cab7
Parents:
11b3ba5
Message:

fix(uiterlijk): links rows overflowed on mobile → horizontal overflow

.profile-link-row had a fixed 160px column + a non-shrinkable URL input
(min-width:auto ~228px) without a media query → together ~447px > phone width,
causing the Appearance page to be too wide (zoomable). Now mobile-first: the
platform select gets its own full-width row, input may shrink (min-width:0); the
old 160px 1fr auto row only from 520px. Measured: row 447→360px.

Co-Authored-By: Claude <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.