Calendar event page prevent time layout shift

This commit is contained in:
Kalle
2022-07-29 21:02:02 +03:00
parent 04074f434e
commit 228af2a5d2
2 changed files with 5 additions and 2 deletions

View File

@@ -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?

View File

@@ -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;