Open abettermap opened 4 years ago
The ticker cards are useful but take up a lot of space on small screens, so adding a collapse/expand toggle could improve things for mobile users.
This could get weird since the adjacent card on mobile would still be full size, so might need to think it through a bit.
Jira CSR-147
The cards are display: grid I believe, so adjusting the child/row height properties via useState would be a good place to start.
display: grid
useState
Description
The ticker cards are useful but take up a lot of space on small screens, so adding a collapse/expand toggle could improve things for mobile users.
Suggestions
This could get weird since the adjacent card on mobile would still be full size, so might need to think it through a bit.
Related items
Jira CSR-147
Resolution
The cards are
display: grid
I believe, so adjusting the child/row height properties viauseState
would be a good place to start.