- Shipped
- August 6, 2026 at 12:47 AM UTC
- Author
- kamo
- Commit
- 5451c0c
The invite form stacks eight full-width rows, which in a maximized compose window pushed the body editor most of the way off screen while leaving half the window's width empty either side of the inputs. Maximized, the fields now flow into two tracks in their existing DOM order — Title|Date, Time|Timezone, Location|URL — halving the form's height without reordering anything or touching the narrow layout. Reminders keep the full width in both: the list grows a row per reminder, and half a column would make the whole form jump in height each time one is added. Tracks are minmax(0, 1fr) rather than 1fr, or a grid track's default min-width:auto would refuse to shrink below its content and let the URL row's input and Generate button push past half the width.