Changeset d70cab7 in Klonkt for src/views/pages/post-edit.ejs

Timestamp:
06/21/2026 04:04:02 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
75c6919
Parents:
1664f31
Message:

fix(agenda-beheer): form grid overflowed on mobile

.ash-grid was a fixed 2-column grid (1fr 1fr) without a media query; two non-
shrinkable date/text inputs together ~374px > phone width. Now mobile-first
single column + inputs/labels shrinkable (min-width:0), two columns only from
520px. Measured 374→360px. (admin-audio/admin-stats already had a mobile media
query.)

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

(No files)

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