khan-actions-bot
released this
20 Nov 17:16
·
1 commit
to main
since this release
Major Changes
- df13735: Update Toolbar to use CSS grid. This allows consumers to set
max-width: 100%
on elements passed to thetitle
prop to ensure the title does not overlapleftContent
orrightContent
. Consumers dependent on the flex behavior of the previous implementation will need to update to support the grid layout. Namely, any consumer using a hack likewidth: 100vw
onrightContent
to force it to take up the full width of the toolbar on mobile will need to usewidth: 100%
instead.