diff --git a/TODO.md b/TODO.md index daeb92346..438db8b22 100644 --- a/TODO.md +++ b/TODO.md @@ -20,9 +20,8 @@ Calendar ## Other -- [ ] Avatar (?) can have class attribute in DOM without value - [x] flatMap -> React.fragment -- [ ] Event page layout shift with time not taking space before mount (only if one day) +- [x] Event page layout shift with time not taking space before mount (only if one day) - [x] WeekLinks make opaque blocks not take space on mobile - [x] Type problem with Avatar - [x] Maybe classNames that do nothing on calendar event page? diff --git a/app/styles/calendar-event.css b/app/styles/calendar-event.css index 47a9cc126..cd2881e09 100644 --- a/app/styles/calendar-event.css +++ b/app/styles/calendar-event.css @@ -13,6 +13,10 @@ grid-template-columns: max-content 1fr; } +.event__times > time { + height: 1.25rem; +} + .event__author-badges-container { display: flex; align-items: flex-end;