worldview
worldview copied to clipboard
WV-2290: Changing Location of Loading Spinner on Mobile
Description
Fixes # .
The loading spinner was covering the toolbar on mobile views. I moved the loading spinner on mobile devices so that it no longer covers the toolbar on devices 530px & smaller. The styling is created in a JS object so I had to create a mediaQuery variable that uses window.matchMedia to create a conditional statement for mobile devices.
How To Test
Load a layer on a mobile view that is 530px or smaller and the loading spinner will render in an empty space next to the toolbar.