Is there away of controlling what the app looks like when zoomed in.

0
  Good Morning,   This is my app at 100%. However when it is zoomed in the Delete and Edit button misalign and looks a bit silly. Is there a way of controlling what it looks like when zooming in.   This is at 150%. The buttons are misaligned.  
asked
1 answers
0

Hi Jessica,

 

Styling a Mendix app is quite a topic. It is based on the Atlas design system using sass or javascript. See https://docs.mendix.com/howto/front-end/atlas-ui/ or https://www.mendix.com/blog/6-design-tips-tricks-get-started-atlas-ui/ for example.

 

A quick fix for the buttons can be to place this inside a container widget and add a min-width css property so the container never becomes so small that the buttons are placed under each other. But here are many other ways to align the buttons, which i depend heavily on your expectations.

 

I hope this helps.

Michiel

answered