worldview icon indicating copy to clipboard operation
worldview copied to clipboard

WV-2290: Changing Location of Loading Spinner on Mobile

Open ryanweiler92 opened this issue 2 years ago • 0 comments

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.

ryanweiler92 avatar Aug 03 '22 13:08 ryanweiler92