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.