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
I would expect to see the regular navbar here, as I'm using a desktop.
Computing the compactWidth in the dev console comes out to 2590, while $(window).width() returns 2560.
I suspect something is going wrong in calculating the width. (applications.js lines 115-123)
The text was updated successfully, but these errors were encountered:
I just tried it in responsive mode on a 4K screen with device size set to 2560x1440 and $(window).width() was 2560 while compactWidth was only coming out at about 500 so clearly there's something different in your environment.
What language are you using? Is it something with very long strings?
URL
https://www.openstreetmap.org
How to reproduce the issue?
Screenshot(s) or anything else?
I would expect to see the regular navbar here, as I'm using a desktop.
Computing the
compactWidth
in the dev console comes out to 2590, while$(window).width()
returns 2560.I suspect something is going wrong in calculating the width. (applications.js lines 115-123)
The text was updated successfully, but these errors were encountered: