mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 14:18:04 -05:00
Calendar event page prevent time layout shift
This commit is contained in:
3
TODO.md
3
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?
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user