Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.
Apache License 2.0
41 stars 24 forks source link

UI looks made for phones and doesn't adapt for tablets #5

Closed codergrl closed 5 years ago

codergrl commented 5 years ago

I'm testing this app on my Microsoft Surface and the UI looks like it was designed for phones. It should adapt a little bit to not have all that blank space in the middle. See screenshot below

image

Device: Microsoft Surface 3 OS: Windows 10 version 1803 build 17134 Browser: Chrome v. 71.0.3578.98

odoe commented 5 years ago

I updated it to show both list and map when device width is 800px wide. I was using 900px before, but I think I can safely go with 800 here as I require the list to be 425px wide, so it's not too cramped up.

codergrl commented 5 years ago

Looks much better now!