The new dashboard design (released with version 1.6.0) is not only not mobile friendly, but also breaks the layout:
Issues:
I also have experienced this. On the iPhone SE it doesn't try to do two columns, but it is still very broken.
+1 mobile layout is broken, i want to use Monica on the go 90% of the time
This is still an issue on Monica Version: 2.11.2 and Safari 12.0.1
Hi @djaiss.
As the problem is still there I dug a little bit and it seems that the problem is around flexbox (without wrap) with last consulted contacts.
Here are some screenshots.
iPhone:

iPhone (the page scrolls horizontally 馃槬 ):

iPad

iPad (landscape):

I spent a couple of hours playing with the layout and trying to show all last consulted contacts, but there were problems with a unification of the layout between mobile, tablet and desktop.
Finally, I propose to abandon flexbox and replace it with div with overflow: hidden and make avatars a floatable divs. And also organize "Last consulted" block in one column on mobiles. This will result in following:
iPhone:

iPad:

iPad (landscape):

Also, this solution fixes the issue with squeezed avatar images.
What do you think about this?
I'm experiencing this too. I think the fix from @Bounz may just do it
Fixed by #2374
Most helpful comment
Hi @djaiss.

As the problem is still there I dug a little bit and it seems that the problem is around flexbox (without wrap) with last consulted contacts.
Here are some screenshots.
iPhone:
iPhone (the page scrolls horizontally 馃槬 ):

iPad

iPad (landscape):

I spent a couple of hours playing with the layout and trying to show all last consulted contacts, but there were problems with a unification of the layout between mobile, tablet and desktop.

Finally, I propose to abandon flexbox and replace it with div with
overflow: hiddenand make avatars a floatable divs. And also organize "Last consulted" block in one column on mobiles. This will result in following:iPhone:
iPad:

iPad (landscape):

Also, this solution fixes the issue with squeezed avatar images.
What do you think about this?