Merrit / unit_bargain_hunter

Cross-platform app for comparing prices and finding deals.
https://merritt.codes/bargain/
GNU General Public License v3.0
19 stars 2 forks source link

Mobile: highlighted card takes entire width #38

Closed Merrit closed 2 years ago

Merrit commented 2 years ago

Right now on mobile-sized screens, if a card is highlighted as the cheapest it is the only card that can fit on that entire row.

Might be because the detailed calculated costs require the card to expand its width; perhaps adding the detailed numbers inside an ExpansionPanel would be a good solution?

image