You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use some media queries orientation: portrait and orientation: landscape in order to stack block side by side or on top of each other, depending on the orientation of the screen.
Now, with element queries it would be cool to have something similar. It doesn't have to be direct support of orientation, I'd also be happy if there was somethin like width > height or not.