the issue with using a fixed breakpoint is that it doesnt account for the
continuous resizing when users transition between folded and unfolded states. you might want to look into the
viewport-segment
query instead of just hardcoding a width.
>im trying to decide if we should stick to a standard viewportif you go the adaptive route, youre going to end up with a nightmare of
env(safe-area-inset-left)
overrides every time a new device drops. have you tried testing with
window.visualViewport
to see if you can dynamically adjust the padding?