Help with padding across different resolutions

Just looking at the green side (ignore the yellow side)

Mobile


Tablet

PC

As you can see, the list looks good in PC, but mobile there’s a massive gap in room from top to bottom, and then tablet’s even worse.

I am using ListLayout and Padding.

List has a Padding of 0.06 on the List. And 0.1 for PaddingBottom and PaddingTop

Try using a UIAspectRatio constraint so that the list container stays the same relative width and height. 0.1 is in Scale so it will look different in different aspect ratios.