open-eats / OpenEats

:pizza: Self Hosted Recipe Management App :hamburger:
https://open-eats.github.io/
MIT License
670 stars 102 forks source link

List: Breakpoint for buttons on small devices #52

Closed romankh closed 6 years ago

romankh commented 6 years ago

Hi,

on small devices, the buttons below the grocery list overlap as it can be seen in the screenshot. Best way to fix this would probably be to display the label, the filters and the completed button stacked underneath the other, when a certain breakpoint is reached

openeats-1

RyanNoelk commented 6 years ago

I've always been too lazy to fix them cause in English they don't look too bad :P

I'll most likely change the delete button to an icon then remove all text that comes with the items remaining.

RyanNoelk commented 6 years ago

See: https://github.com/open-eats/openeats-web/pull/20 for a fix

romankh commented 6 years ago

Thanks a lot, looks much better now