Skip to content

2.13.2

Choose a tag to compare

@maxazarcon maxazarcon released this 26 Aug 03:20
· 10 commits to main since this release

Fix only.

  • On a wide screen an event's details — date, time, category, cover — sat underneath the flyer instead of beside it, leaving the space to the right of the flyer empty. The plain restatement of the title was a fourth block in the same flex row and had to be full-width to read properly, which broke the row and pushed the details below it. The title now opens the details column instead, so it introduces the meta list at every width and the columns pair up as intended. This also retires the last of the ordering rules behind two earlier layout fixes.
  • The event page no longer shows a Category row when categories are switched off. It read the terms directly while the calendar honoured the setting, so turning categories off hid them in one place and not the other. Both now use the same check, including the per-event override.